Html Css Color HEX #DC2791 Deep Cerise

📋 copy color: '#DC2791'

red 220 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #DC2791

Tints of Deep Cerise #DC2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

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

R = 54.46%
G = 9.65%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2791 (or 0xDC2791) is known color: Deep Cerise. HEX triplet: DC, 27 and 91. RGB value is (220,39,145). Sum of RGB (Red+Green+Blue) = 220+39+145=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2791 is #23D86E. Grayscale: #686868. Windows color (decimal): -2349167 or 9512924. OLE color: 9512924.

HSL color Cylindrical-coordinate representation of color #DC2791: hue angle of 324.86º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2791 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 145 -
CMYK 0 0.82 0.34 0.14
HSL 324.86º 0.72% 0.51% -
HSV(B) 324.86º 0.82% 0.86% -
XYZ 35.35 18.71 28.54 -
YUV 105.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 220 39 145 0 0.82 0.34 0.14 324.86 0.72 0.51
Hex DC 27 91 0 52 22 E 145 48 33
Octal 334 47 221 0 122 42 16 505 110 63
Binary 11011100 100111 10010001 0 1010010 100010 1110 101000101 1001000 110011

Color Harmonies of #DC2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2791

Black with #DC2791

Text Example


Text Example

White with #DC2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2791; }

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

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

background-color css

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

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

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

border-color css

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

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

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