Html Css Color HEX #DC2A9A Deep Cerise

📋 copy color: '#DC2A9A'

red 220 ◦ green 42 ◦ blue 154

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

Shades of Deep Cerise #DC2A9A

Tints of Deep Cerise #DC2A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 52.88%
G = 10.1%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC2A9A (or 0xDC2A9A) is known color: Deep Cerise. HEX triplet: DC, 2A and 9A. RGB value is (220,42,154). Sum of RGB (Red+Green+Blue) = 220+42+154=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A9A is #23D565. Grayscale: #6B6B6B. Windows color (decimal): -2348390 or 10103516. OLE color: 10103516.

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

Color convert

RGB 220 42 154 -
CMYK 0 0.81 0.3 0.14
HSL 322.25º 0.72% 0.51% -
HSV(B) 322.25º 0.81% 0.86% -
XYZ 36.18 19.2 32.37 -
YUV 107.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 220 42 154 0 0.81 0.3 0.14 322.25 0.72 0.51
Hex DC 2A 9A 0 51 1E E 142 48 33
Octal 334 52 232 0 121 36 16 502 110 63
Binary 11011100 101010 10011010 0 1010001 11110 1110 101000010 1001000 110011

Color Harmonies of #DC2A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A9A

Black with #DC2A9A

Text Example


Text Example

White with #DC2A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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