Html Css Color HEX #DC2A90 Deep Cerise

📋 copy color: '#DC2A90'

red 220 ◦ green 42 ◦ blue 144

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

Shades of Deep Cerise #DC2A90

Tints of Deep Cerise #DC2A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 54.19%
G = 10.34%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC2A90 (or 0xDC2A90) is known color: Deep Cerise. HEX triplet: DC, 2A and 90. RGB value is (220,42,144). Sum of RGB (Red+Green+Blue) = 220+42+144=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A90 is #23D56F. Grayscale: #6A6A6A. Windows color (decimal): -2348400 or 9448156. OLE color: 9448156.

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

Color convert

RGB 220 42 144 -
CMYK 0 0.81 0.35 0.14
HSL 325.62º 0.72% 0.51% -
HSV(B) 325.62º 0.81% 0.86% -
XYZ 35.38 18.89 28.17 -
YUV 106.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 220 42 144 0 0.81 0.35 0.14 325.62 0.72 0.51
Hex DC 2A 90 0 51 23 E 146 48 33
Octal 334 52 220 0 121 43 16 506 110 63
Binary 11011100 101010 10010000 0 1010001 100011 1110 101000110 1001000 110011

Color Harmonies of #DC2A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A90

Black with #DC2A90

Text Example


Text Example

White with #DC2A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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