Html Css Color HEX #DA5984 Cranberry

📋 copy color: '#DA5984'

red 218 ◦ green 89 ◦ blue 132

#DA5984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DA5984

Tints of Cranberry #DA5984

RGB

 RED value IS 218 (85.55% from 255) = 49.66%

 GREEN value IS 89 (35.16% from 255) = 20.27%

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 49.66%
G = 20.27%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA5984 (or 0xDA5984) is known color: Cranberry. HEX triplet: DA, 59 and 84. RGB value is (218,89,132). Sum of RGB (Red+Green+Blue) = 218+89+132=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5984 is #25A67B. Grayscale: #848484. Windows color (decimal): -2467452 or 8673754. OLE color: 8673754.

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

Color convert

RGB 218 89 132 -
CMYK 0 0.59 0.39 0.15
HSL 340º 0.64% 0.6% -
HSV(B) 340º 0.59% 0.85% -
XYZ 36.65 23.72 24.48 -
YUV 132.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 218 89 132 0 0.59 0.39 0.15 340 0.64 0.6
Hex DA 59 84 0 3B 27 F 154 40 3C
Octal 332 131 204 0 73 47 17 524 100 74
Binary 11011010 1011001 10000100 0 111011 100111 1111 101010100 1000000 111100

Color Harmonies of #DA5984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5984

Black with #DA5984

Text Example


Text Example

White with #DA5984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5984; }

 p { color: rgb(218,89,132); }

 H1.HeaderClassName
 {
   color: #DA5984;
 }
 .AnyTagClassName
 {
   color: #DA5984;
 }
</style>

background-color css

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

 a { background-color: rgb(218,89,132); }

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

border-color css

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

 span { border-color: rgb(218,89,132); }

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