Html Css Color HEX #DC5777 Cranberry

📋 copy color: '#DC5777'

red 220 ◦ green 87 ◦ blue 119

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

Shades of Cranberry #DC5777

Tints of Cranberry #DC5777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.42%

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

R = 51.64%
G = 20.42%
B = 27.93%

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

#DC5777 (or 0xDC5777) is known color: Cranberry. HEX triplet: DC, 57 and 77. RGB value is (220,87,119). Sum of RGB (Red+Green+Blue) = 220+87+119=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5777 is #23A888. Grayscale: #828282. Windows color (decimal): -2336905 or 7821276. OLE color: 7821276.

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

Color convert

RGB 220 87 119 -
CMYK 0 0.60 0.46 0.14
HSL 345.56º 0.66% 0.6% -
HSV(B) 345.56º 0.6% 0.86% -
XYZ 36.25 23.36 20.05 -
YUV 130.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 220 87 119 0 0.60 0.46 0.14 345.56 0.66 0.6
Hex DC 57 77 0 3C 2E E 15A 42 3C
Octal 334 127 167 0 74 56 16 532 102 74
Binary 11011100 1010111 1110111 0 111100 101110 1110 101011010 1000010 111100

Color Harmonies of #DC5777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5777

Black with #DC5777

Text Example


Text Example

White with #DC5777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5777; }

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

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

background-color css

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

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

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

border-color css

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

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

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