Html Css Color HEX #DC2870 Cerise

📋 copy color: '#DC2870'

red 220 ◦ green 40 ◦ blue 112

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

Shades of Cerise #DC2870

Tints of Cerise #DC2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

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

R = 59.14%
G = 10.75%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2870 (or 0xDC2870) is known color: Cerise. HEX triplet: DC, 28 and 70. RGB value is (220,40,112). Sum of RGB (Red+Green+Blue) = 220+40+112=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2870 is #23D78F. Grayscale: #656565. Windows color (decimal): -2348944 or 7350492. OLE color: 7350492.

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

Color convert

RGB 220 40 112 -
CMYK 0 0.82 0.49 0.14
HSL 336º 0.72% 0.51% -
HSV(B) 336º 0.82% 0.86% -
XYZ 33.2 17.9 17.04 -
YUV 102.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 220 40 112 0 0.82 0.49 0.14 336 0.72 0.51
Hex DC 28 70 0 52 31 E 150 48 33
Octal 334 50 160 0 122 61 16 520 110 63
Binary 11011100 101000 1110000 0 1010010 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2870

Black with #DC2870

Text Example


Text Example

White with #DC2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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