Html Css Color HEX #DC2A76 Deep Cerise

📋 copy color: '#DC2A76'

red 220 ◦ green 42 ◦ blue 118

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

Shades of Deep Cerise #DC2A76

Tints of Deep Cerise #DC2A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 57.89%
G = 11.05%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2A76 (or 0xDC2A76) is known color: Deep Cerise. HEX triplet: DC, 2A and 76. RGB value is (220,42,118). Sum of RGB (Red+Green+Blue) = 220+42+118=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A76 is #23D589. Grayscale: #676767. Windows color (decimal): -2348426 or 7744220. OLE color: 7744220.

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

Color convert

RGB 220 42 118 -
CMYK 0 0.81 0.46 0.14
HSL 334.38º 0.72% 0.51% -
HSV(B) 334.38º 0.81% 0.86% -
XYZ 33.61 18.18 18.88 -
YUV 103.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 220 42 118 0 0.81 0.46 0.14 334.38 0.72 0.51
Hex DC 2A 76 0 51 2E E 14E 48 33
Octal 334 52 166 0 121 56 16 516 110 63
Binary 11011100 101010 1110110 0 1010001 101110 1110 101001110 1001000 110011

Color Harmonies of #DC2A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A76

Black with #DC2A76

Text Example


Text Example

White with #DC2A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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