Html Css Color HEX #DC5E77 Cranberry

📋 copy color: '#DC5E77'

red 220 ◦ green 94 ◦ blue 119

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

Shades of Cranberry #DC5E77

Tints of Cranberry #DC5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

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

R = 50.81%
G = 21.71%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5E77 (or 0xDC5E77) is known color: Cranberry. HEX triplet: DC, 5E and 77. RGB value is (220,94,119). Sum of RGB (Red+Green+Blue) = 220+94+119=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E77 is #23A188. Grayscale: #868686. Windows color (decimal): -2335113 or 7823068. OLE color: 7823068.

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

Color convert

RGB 220 94 119 -
CMYK 0 0.57 0.46 0.14
HSL 348.1º 0.64% 0.62% -
HSV(B) 348.1º 0.57% 0.86% -
XYZ 36.85 24.55 20.25 -
YUV 134.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 220 94 119 0 0.57 0.46 0.14 348.1 0.64 0.62
Hex DC 5E 77 0 39 2E E 15C 40 3E
Octal 334 136 167 0 71 56 16 534 100 76
Binary 11011100 1011110 1110111 0 111001 101110 1110 101011100 1000000 111110

Color Harmonies of #DC5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E77

Black with #DC5E77

Text Example


Text Example

White with #DC5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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