Html Css Color HEX #DC5977 Cranberry

📋 copy color: '#DC5977'

red 220 ◦ green 89 ◦ blue 119

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

Shades of Cranberry #DC5977

Tints of Cranberry #DC5977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 51.4%
G = 20.79%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5977 (or 0xDC5977) is known color: Cranberry. HEX triplet: DC, 59 and 77. RGB value is (220,89,119). Sum of RGB (Red+Green+Blue) = 220+89+119=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5977 is #23A688. Grayscale: #838383. Windows color (decimal): -2336393 or 7821788. OLE color: 7821788.

HSL color Cylindrical-coordinate representation of color #DC5977: hue angle of 346.26º 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 #DC5977 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 119 -
CMYK 0 0.60 0.46 0.14
HSL 346.26º 0.65% 0.61% -
HSV(B) 346.26º 0.6% 0.86% -
XYZ 36.42 23.69 20.11 -
YUV 131.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 220 89 119 0 0.60 0.46 0.14 346.26 0.65 0.61
Hex DC 59 77 0 3C 2E E 15A 41 3D
Octal 334 131 167 0 74 56 16 532 101 75
Binary 11011100 1011001 1110111 0 111100 101110 1110 101011010 1000001 111101

Color Harmonies of #DC5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5977

Black with #DC5977

Text Example


Text Example

White with #DC5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5977; }

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

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

background-color css

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

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

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

border-color css

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

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

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