Html Css Color HEX #DC5A76 Cranberry

📋 copy color: '#DC5A76'

red 220 ◦ green 90 ◦ blue 118

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

Shades of Cranberry #DC5A76

Tints of Cranberry #DC5A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 51.4%
G = 21.03%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5A76 (or 0xDC5A76) is known color: Cranberry. HEX triplet: DC, 5A and 76. RGB value is (220,90,118). Sum of RGB (Red+Green+Blue) = 220+90+118=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A76 is #23A589. Grayscale: #848484. Windows color (decimal): -2336138 or 7756508. OLE color: 7756508.

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

Color convert

RGB 220 90 118 -
CMYK 0 0.59 0.46 0.14
HSL 347.08º 0.65% 0.61% -
HSV(B) 347.08º 0.59% 0.86% -
XYZ 36.44 23.84 19.82 -
YUV 132.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 220 90 118 0 0.59 0.46 0.14 347.08 0.65 0.61
Hex DC 5A 76 0 3B 2E E 15B 41 3D
Octal 334 132 166 0 73 56 16 533 101 75
Binary 11011100 1011010 1110110 0 111011 101110 1110 101011011 1000001 111101

Color Harmonies of #DC5A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A76

Black with #DC5A76

Text Example


Text Example

White with #DC5A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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