Html Css Color HEX #DC5978 Cranberry

📋 copy color: '#DC5978'

red 220 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #DC5978

Tints of Cranberry #DC5978

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

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

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

R = 51.28%
G = 20.75%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC5978 (or 0xDC5978) is known color: Cranberry. HEX triplet: DC, 59 and 78. RGB value is (220,89,120). Sum of RGB (Red+Green+Blue) = 220+89+120=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5978 is #23A687. Grayscale: #838383. Windows color (decimal): -2336392 or 7887324. OLE color: 7887324.

HSL color Cylindrical-coordinate representation of color #DC5978: hue angle of 345.8º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5978 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 120 -
CMYK 0 0.60 0.45 0.14
HSL 345.8º 0.65% 0.61% -
HSV(B) 345.8º 0.6% 0.86% -
XYZ 36.48 23.72 20.42 -
YUV 131.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 220 89 120 0 0.60 0.45 0.14 345.8 0.65 0.61
Hex DC 59 78 0 3C 2D E 15A 41 3D
Octal 334 131 170 0 74 55 16 532 101 75
Binary 11011100 1011001 1111000 0 111100 101101 1110 101011010 1000001 111101

Color Harmonies of #DC5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5978

Black with #DC5978

Text Example


Text Example

White with #DC5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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