Html Css Color HEX #DC5F76 Cranberry

📋 copy color: '#DC5F76'

red 220 ◦ green 95 ◦ blue 118

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

Shades of Cranberry #DC5F76

Tints of Cranberry #DC5F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 50.81%
G = 21.94%
B = 27.25%

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

#DC5F76 (or 0xDC5F76) is known color: Cranberry. HEX triplet: DC, 5F and 76. RGB value is (220,95,118). Sum of RGB (Red+Green+Blue) = 220+95+118=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F76 is #23A089. Grayscale: #878787. Windows color (decimal): -2334858 or 7757788. OLE color: 7757788.

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

Color convert

RGB 220 95 118 -
CMYK 0 0.57 0.46 0.14
HSL 348.96º 0.64% 0.62% -
HSV(B) 348.96º 0.57% 0.86% -
XYZ 36.88 24.71 19.97 -
YUV 135 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 220 95 118 0 0.57 0.46 0.14 348.96 0.64 0.62
Hex DC 5F 76 0 39 2E E 15D 40 3E
Octal 334 137 166 0 71 56 16 535 100 76
Binary 11011100 1011111 1110110 0 111001 101110 1110 101011101 1000000 111110

Color Harmonies of #DC5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F76

Black with #DC5F76

Text Example


Text Example

White with #DC5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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