Html Css Color HEX #DC2A70 Cerise

📋 copy color: '#DC2A70'

red 220 ◦ green 42 ◦ blue 112

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

Shades of Cerise #DC2A70

Tints of Cerise #DC2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.23%

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

R = 58.82%
G = 11.23%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2A70 (or 0xDC2A70) is known color: Cerise. HEX triplet: DC, 2A and 70. RGB value is (220,42,112). Sum of RGB (Red+Green+Blue) = 220+42+112=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A70 is #23D58F. Grayscale: #676767. Windows color (decimal): -2348432 or 7351004. OLE color: 7351004.

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

Color convert

RGB 220 42 112 -
CMYK 0 0.81 0.49 0.14
HSL 336.4º 0.72% 0.51% -
HSV(B) 336.4º 0.81% 0.86% -
XYZ 33.27 18.04 17.06 -
YUV 103.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 220 42 112 0 0.81 0.49 0.14 336.4 0.72 0.51
Hex DC 2A 70 0 51 31 E 150 48 33
Octal 334 52 160 0 121 61 16 520 110 63
Binary 11011100 101010 1110000 0 1010001 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A70

Black with #DC2A70

Text Example


Text Example

White with #DC2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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