Html Css Color HEX #DC5072 Cranberry

📋 copy color: '#DC5072'

red 220 ◦ green 80 ◦ blue 114

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

Shades of Cranberry #DC5072

Tints of Cranberry #DC5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 53.14%
G = 19.32%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5072 (or 0xDC5072) is known color: Cranberry. HEX triplet: DC, 50 and 72. RGB value is (220,80,114). Sum of RGB (Red+Green+Blue) = 220+80+114=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5072 is #23AF8D. Grayscale: #7D7D7D. Windows color (decimal): -2338702 or 7491804. OLE color: 7491804.

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

Color convert

RGB 220 80 114 -
CMYK 0 0.64 0.48 0.14
HSL 345.43º 0.67% 0.59% -
HSV(B) 345.43º 0.64% 0.86% -
XYZ 35.42 22.17 18.33 -
YUV 125.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 220 80 114 0 0.64 0.48 0.14 345.43 0.67 0.59
Hex DC 50 72 0 40 30 E 159 43 3B
Octal 334 120 162 0 100 60 16 531 103 73
Binary 11011100 1010000 1110010 0 1000000 110000 1110 101011001 1000011 111011

Color Harmonies of #DC5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5072

Black with #DC5072

Text Example


Text Example

White with #DC5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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