Html Css Color HEX #DC2991 Deep Cerise

📋 copy color: '#DC2991'

red 220 ◦ green 41 ◦ blue 145

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

Shades of Deep Cerise #DC2991

Tints of Deep Cerise #DC2991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 54.19%
G = 10.1%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2991 (or 0xDC2991) is known color: Deep Cerise. HEX triplet: DC, 29 and 91. RGB value is (220,41,145). Sum of RGB (Red+Green+Blue) = 220+41+145=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2991 is #23D66E. Grayscale: #6A6A6A. Windows color (decimal): -2348655 or 9513436. OLE color: 9513436.

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

Color convert

RGB 220 41 145 -
CMYK 0 0.81 0.34 0.14
HSL 325.14º 0.72% 0.51% -
HSV(B) 325.14º 0.81% 0.86% -
XYZ 35.42 18.85 28.56 -
YUV 106.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 220 41 145 0 0.81 0.34 0.14 325.14 0.72 0.51
Hex DC 29 91 0 51 22 E 145 48 33
Octal 334 51 221 0 121 42 16 505 110 63
Binary 11011100 101001 10010001 0 1010001 100010 1110 101000101 1001000 110011

Color Harmonies of #DC2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2991

Black with #DC2991

Text Example


Text Example

White with #DC2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2991; }

 p { color: rgb(220,41,145); }

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

background-color css

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

 a { background-color: rgb(220,41,145); }

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

border-color css

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

 span { border-color: rgb(220,41,145); }

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