Html Css Color HEX #DA5978 Cranberry

📋 copy color: '#DA5978'

red 218 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #DA5978

Tints of Cranberry #DA5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 51.05%
G = 20.84%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA5978 (or 0xDA5978) is known color: Cranberry. HEX triplet: DA, 59 and 78. RGB value is (218,89,120). Sum of RGB (Red+Green+Blue) = 218+89+120=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5978 is #25A687. Grayscale: #838383. Windows color (decimal): -2467464 or 7887322. OLE color: 7887322.

HSL color Cylindrical-coordinate representation of color #DA5978: hue angle of 345.58º 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 #DA5978 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 120 -
CMYK 0 0.59 0.45 0.15
HSL 345.58º 0.64% 0.6% -
HSV(B) 345.58º 0.59% 0.85% -
XYZ 35.88 23.41 20.4 -
YUV 131.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 218 89 120 0 0.59 0.45 0.15 345.58 0.64 0.6
Hex DA 59 78 0 3B 2D F 15A 40 3C
Octal 332 131 170 0 73 55 17 532 100 74
Binary 11011010 1011001 1111000 0 111011 101101 1111 101011010 1000000 111100

Color Harmonies of #DA5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5978

Black with #DA5978

Text Example


Text Example

White with #DA5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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