Html Css Color HEX #DC5071 Cranberry

📋 copy color: '#DC5071'

red 220 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #DC5071

Tints of Cranberry #DC5071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 53.27%
G = 19.37%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5071 (or 0xDC5071) is known color: Cranberry. HEX triplet: DC, 50 and 71. RGB value is (220,80,113). Sum of RGB (Red+Green+Blue) = 220+80+113=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5071 is #23AF8E. Grayscale: #7D7D7D. Windows color (decimal): -2338703 or 7426268. OLE color: 7426268.

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

Color convert

RGB 220 80 113 -
CMYK 0 0.64 0.49 0.14
HSL 345.86º 0.67% 0.59% -
HSV(B) 345.86º 0.64% 0.86% -
XYZ 35.36 22.15 18.03 -
YUV 125.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 220 80 113 0 0.64 0.49 0.14 345.86 0.67 0.59
Hex DC 50 71 0 40 31 E 15A 43 3B
Octal 334 120 161 0 100 61 16 532 103 73
Binary 11011100 1010000 1110001 0 1000000 110001 1110 101011010 1000011 111011

Color Harmonies of #DC5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5071

Black with #DC5071

Text Example


Text Example

White with #DC5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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