Html Css Color HEX #DC5870 Cranberry

📋 copy color: '#DC5870'

red 220 ◦ green 88 ◦ blue 112

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

Shades of Cranberry #DC5870

Tints of Cranberry #DC5870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

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

R = 52.38%
G = 20.95%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5870 (or 0xDC5870) is known color: Cranberry. HEX triplet: DC, 58 and 70. RGB value is (220,88,112). Sum of RGB (Red+Green+Blue) = 220+88+112=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5870 is #23A78F. Grayscale: #828282. Windows color (decimal): -2336656 or 7362780. OLE color: 7362780.

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

Color convert

RGB 220 88 112 -
CMYK 0 0.6 0.49 0.14
HSL 349.09º 0.65% 0.6% -
HSV(B) 349.09º 0.6% 0.86% -
XYZ 35.93 23.36 17.95 -
YUV 130.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 220 88 112 0 0.6 0.49 0.14 349.09 0.65 0.6
Hex DC 58 70 0 3C 31 E 15D 41 3C
Octal 334 130 160 0 74 61 16 535 101 74
Binary 11011100 1011000 1110000 0 111100 110001 1110 101011101 1000001 111100

Color Harmonies of #DC5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5870

Black with #DC5870

Text Example


Text Example

White with #DC5870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5870; }

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

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

background-color css

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

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

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

border-color css

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

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

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