Html Css Color HEX #DE2991 Deep Cerise

📋 copy color: '#DE2991'

red 222 ◦ green 41 ◦ blue 145

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

Shades of Deep Cerise #DE2991

Tints of Deep Cerise #DE2991

RGB

 RED value IS 222 (87.11% from 255) = 54.41%

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

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

R = 54.41%
G = 10.05%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2991 (or 0xDE2991) is known color: Deep Cerise. HEX triplet: DE, 29 and 91. RGB value is (222,41,145). Sum of RGB (Red+Green+Blue) = 222+41+145=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2991 is #21D66E. Grayscale: #6A6A6A. Windows color (decimal): -2217583 or 9513438. OLE color: 9513438.

HSL color Cylindrical-coordinate representation of color #DE2991: hue angle of 325.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2991 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 145 -
CMYK 0 0.82 0.35 0.13
HSL 325.52º 0.73% 0.52% -
HSV(B) 325.52º 0.82% 0.87% -
XYZ 36.03 19.16 28.59 -
YUV 106.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 222 41 145 0 0.82 0.35 0.13 325.52 0.73 0.52
Hex DE 29 91 0 52 23 D 146 49 34
Octal 336 51 221 0 122 43 15 506 111 64
Binary 11011110 101001 10010001 0 1010010 100011 1101 101000110 1001001 110100

Color Harmonies of #DE2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2991

Black with #DE2991

Text Example


Text Example

White with #DE2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2991; }

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

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

background-color css

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

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

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

border-color css

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

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

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