Html Css Color HEX #DC2A8C Deep Cerise

📋 copy color: '#DC2A8C'

red 220 ◦ green 42 ◦ blue 140

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

Shades of Deep Cerise #DC2A8C

Tints of Deep Cerise #DC2A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 54.73%
G = 10.45%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC2A8C (or 0xDC2A8C) is known color: Deep Cerise. HEX triplet: DC, 2A and 8C. RGB value is (220,42,140). Sum of RGB (Red+Green+Blue) = 220+42+140=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A8C is #23D573. Grayscale: #6A6A6A. Windows color (decimal): -2348404 or 9186012. OLE color: 9186012.

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

Color convert

RGB 220 42 140 -
CMYK 0 0.81 0.36 0.14
HSL 326.97º 0.72% 0.51% -
HSV(B) 326.97º 0.81% 0.86% -
XYZ 35.08 18.77 26.58 -
YUV 106.39 146.97 209.03 -
System Red Green Blue C M Y K H S L
Decimal 220 42 140 0 0.81 0.36 0.14 326.97 0.72 0.51
Hex DC 2A 8C 0 51 24 E 147 48 33
Octal 334 52 214 0 121 44 16 507 110 63
Binary 11011100 101010 10001100 0 1010001 100100 1110 101000111 1001000 110011

Color Harmonies of #DC2A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A8C

Black with #DC2A8C

Text Example


Text Example

White with #DC2A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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