Html Css Color HEX #DC2A93 Deep Cerise

📋 copy color: '#DC2A93'

red 220 ◦ green 42 ◦ blue 147

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

Shades of Deep Cerise #DC2A93

Tints of Deep Cerise #DC2A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 53.79%
G = 10.27%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2A93 (or 0xDC2A93) is known color: Deep Cerise. HEX triplet: DC, 2A and 93. RGB value is (220,42,147). Sum of RGB (Red+Green+Blue) = 220+42+147=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A93 is #23D56C. Grayscale: #6A6A6A. Windows color (decimal): -2348397 or 9644764. OLE color: 9644764.

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

Color convert

RGB 220 42 147 -
CMYK 0 0.81 0.33 0.14
HSL 324.61º 0.72% 0.51% -
HSV(B) 324.61º 0.81% 0.86% -
XYZ 35.61 18.98 29.39 -
YUV 107.19 150.47 208.46 -
System Red Green Blue C M Y K H S L
Decimal 220 42 147 0 0.81 0.33 0.14 324.61 0.72 0.51
Hex DC 2A 93 0 51 21 E 145 48 33
Octal 334 52 223 0 121 41 16 505 110 63
Binary 11011100 101010 10010011 0 1010001 100001 1110 101000101 1001000 110011

Color Harmonies of #DC2A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A93

Black with #DC2A93

Text Example


Text Example

White with #DC2A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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