Html Css Color HEX #DC2A8A Deep Cerise

📋 copy color: '#DC2A8A'

red 220 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #DC2A8A

Tints of Deep Cerise #DC2A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 55%
G = 10.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC2A8A (or 0xDC2A8A) is known color: Deep Cerise. HEX triplet: DC, 2A and 8A. RGB value is (220,42,138). Sum of RGB (Red+Green+Blue) = 220+42+138=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A8A is #23D575. Grayscale: #696969. Windows color (decimal): -2348406 or 9054940. OLE color: 9054940.

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

Color convert

RGB 220 42 138 -
CMYK 0 0.81 0.37 0.14
HSL 327.64º 0.72% 0.51% -
HSV(B) 327.64º 0.81% 0.86% -
XYZ 34.93 18.71 25.81 -
YUV 106.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 220 42 138 0 0.81 0.37 0.14 327.64 0.72 0.51
Hex DC 2A 8A 0 51 25 E 148 48 33
Octal 334 52 212 0 121 45 16 510 110 63
Binary 11011100 101010 10001010 0 1010001 100101 1110 101001000 1001000 110011

Color Harmonies of #DC2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A8A

Black with #DC2A8A

Text Example


Text Example

White with #DC2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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