#DA4885

Color #DA4885 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #DA4885

Tints of Cranberry #DA4885

Color information

#DA4885 (or 0xDA4885) is unknown color: approx Cranberry. HEX triplet: DA, 48 and 85. RGB value is (218,72,133). Sum of RGB (Red+Green+Blue) = 218+72+133=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4885 is #25B77A. Grayscale: #7A7A7A. Windows color (decimal): -2471803 or 8734938. OLE color: 8734938.

HSL color Cylindrical-coordinate representation of color #DA4885: hue angle of 334.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4885 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21872133-
CMYK00.670.390.15
HSL334.93º66.36%56.86%-
HSV(B)334.93º66.97%85.49%-
XYZ35.4621.2324.42-
YUV122.61133.87196.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=51.54%
G=17.02%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187213300.670.390.15334.9366.3656.86
HexDA488504327F14f4239
Octal3321102050103471751710271
Binary110110101001000100001010100001110011111111010011111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4885; }

 p { color: rgb(218,72,133); }

 H1.HeaderClassName
 {
   color: #DA4885;
 }
 .AnyTagClassName
 {
   color: #DA4885;
 }
</style>
background-color css

<style>
 a { background-color: #DA4885; }

 a { background-color: rgb(218,72,133); }

 div.DivClassName
 {
   background-color: #DA4885;
 }
 .BgClassName
 {
   background-color: #DA4885;
 }
</style>
border-color css

<style>
 span { border-color: #DA4885; }

 span { border-color: rgb(218,72,133); }

 td.TdClassName
 {
   border-color: #DA4885;
 }
 .TagClassName
 {
   border-color: #DA4885;
 }
</style>