Html Css Color HEX #DC2191 Deep Cerise

📋 copy color: '#DC2191'

red 220 ◦ green 33 ◦ blue 145

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

Shades of Deep Cerise #DC2191

Tints of Deep Cerise #DC2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 55.28%
G = 8.29%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2191 (or 0xDC2191) is known color: Deep Cerise. HEX triplet: DC, 21 and 91. RGB value is (220,33,145). Sum of RGB (Red+Green+Blue) = 220+33+145=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2191 is #23DE6E. Grayscale: #656565. Windows color (decimal): -2350703 or 9511388. OLE color: 9511388.

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

Color convert

RGB 220 33 145 -
CMYK 0 0.85 0.34 0.14
HSL 324.06º 0.74% 0.5% -
HSV(B) 324.06º 0.85% 0.86% -
XYZ 35.17 18.35 28.48 -
YUV 101.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 220 33 145 0 0.85 0.34 0.14 324.06 0.74 0.5
Hex DC 21 91 0 55 22 E 144 4A 32
Octal 334 41 221 0 125 42 16 504 112 62
Binary 11011100 100001 10010001 0 1010101 100010 1110 101000100 1001010 110010

Color Harmonies of #DC2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2191

Black with #DC2191

Text Example


Text Example

White with #DC2191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2191; }

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

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

background-color css

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

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

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

border-color css

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

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

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