Html Css Color HEX #DE1D91 Deep Cerise

📋 copy color: '#DE1D91'

red 222 ◦ green 29 ◦ blue 145

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

Shades of Deep Cerise #DE1D91

Tints of Deep Cerise #DE1D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

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

R = 56.06%
G = 7.32%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE1D91 (or 0xDE1D91) is known color: Deep Cerise. HEX triplet: DE, 1D and 91. RGB value is (222,29,145). Sum of RGB (Red+Green+Blue) = 222+29+145=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1D91 is #21E26E. Grayscale: #636363. Windows color (decimal): -2220655 or 9510366. OLE color: 9510366.

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

Color convert

RGB 222 29 145 -
CMYK 0 0.87 0.35 0.13
HSL 323.94º 0.77% 0.49% -
HSV(B) 323.94º 0.87% 0.87% -
XYZ 35.67 18.45 28.47 -
YUV 99.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 222 29 145 0 0.87 0.35 0.13 323.94 0.77 0.49
Hex DE 1D 91 0 57 23 D 144 4D 31
Octal 336 35 221 0 127 43 15 504 115 61
Binary 11011110 11101 10010001 0 1010111 100011 1101 101000100 1001101 110001

Color Harmonies of #DE1D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1D91

Black with #DE1D91

Text Example


Text Example

White with #DE1D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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