Html Css Color HEX #DC5F77 Cranberry

📋 copy color: '#DC5F77'

red 220 ◦ green 95 ◦ blue 119

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

Shades of Cranberry #DC5F77

Tints of Cranberry #DC5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

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

R = 50.69%
G = 21.89%
B = 27.42%

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

#DC5F77 (or 0xDC5F77) is known color: Cranberry. HEX triplet: DC, 5F and 77. RGB value is (220,95,119). Sum of RGB (Red+Green+Blue) = 220+95+119=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F77 is #23A088. Grayscale: #878787. Windows color (decimal): -2334857 or 7823324. OLE color: 7823324.

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

Color convert

RGB 220 95 119 -
CMYK 0 0.57 0.46 0.14
HSL 348.48º 0.64% 0.62% -
HSV(B) 348.48º 0.57% 0.86% -
XYZ 36.94 24.73 20.28 -
YUV 135.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 220 95 119 0 0.57 0.46 0.14 348.48 0.64 0.62
Hex DC 5F 77 0 39 2E E 15C 40 3E
Octal 334 137 167 0 71 56 16 534 100 76
Binary 11011100 1011111 1110111 0 111001 101110 1110 101011100 1000000 111110

Color Harmonies of #DC5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F77

Black with #DC5F77

Text Example


Text Example

White with #DC5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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