Html Css Color HEX #DC5370 Cranberry

📋 copy color: '#DC5370'

red 220 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #DC5370

Tints of Cranberry #DC5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 53.01%
G = 20%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5370 (or 0xDC5370) is known color: Cranberry. HEX triplet: DC, 53 and 70. RGB value is (220,83,112). Sum of RGB (Red+Green+Blue) = 220+83+112=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5370 is #23AC8F. Grayscale: #7F7F7F. Windows color (decimal): -2337936 or 7361500. OLE color: 7361500.

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

Color convert

RGB 220 83 112 -
CMYK 0 0.62 0.49 0.14
HSL 347.3º 0.66% 0.59% -
HSV(B) 347.3º 0.62% 0.86% -
XYZ 35.53 22.57 17.81 -
YUV 127.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 220 83 112 0 0.62 0.49 0.14 347.3 0.66 0.59
Hex DC 53 70 0 3E 31 E 15B 42 3B
Octal 334 123 160 0 76 61 16 533 102 73
Binary 11011100 1010011 1110000 0 111110 110001 1110 101011011 1000010 111011

Color Harmonies of #DC5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5370

Black with #DC5370

Text Example


Text Example

White with #DC5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5370; }

 p { color: rgb(220,83,112); }

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

background-color css

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

 a { background-color: rgb(220,83,112); }

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

border-color css

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

 span { border-color: rgb(220,83,112); }

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