Html Css Color HEX #DC5076 Cranberry

📋 copy color: '#DC5076'

red 220 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #DC5076

Tints of Cranberry #DC5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 52.63%
G = 19.14%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5076 (or 0xDC5076) is known color: Cranberry. HEX triplet: DC, 50 and 76. RGB value is (220,80,118). Sum of RGB (Red+Green+Blue) = 220+80+118=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5076 is #23AF89. Grayscale: #7E7E7E. Windows color (decimal): -2338698 or 7753948. OLE color: 7753948.

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

Color convert

RGB 220 80 118 -
CMYK 0 0.64 0.46 0.14
HSL 343.71º 0.67% 0.59% -
HSV(B) 343.71º 0.64% 0.86% -
XYZ 35.65 22.26 19.56 -
YUV 126.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 220 80 118 0 0.64 0.46 0.14 343.71 0.67 0.59
Hex DC 50 76 0 40 2E E 158 43 3B
Octal 334 120 166 0 100 56 16 530 103 73
Binary 11011100 1010000 1110110 0 1000000 101110 1110 101011000 1000011 111011

Color Harmonies of #DC5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5076

Black with #DC5076

Text Example


Text Example

White with #DC5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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