Html Css Color HEX #DE1E99 Deep Cerise

📋 copy color: '#DE1E99'

red 222 ◦ green 30 ◦ blue 153

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

Shades of Deep Cerise #DE1E99

Tints of Deep Cerise #DE1E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 54.81%
G = 7.41%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE1E99 (or 0xDE1E99) is known color: Deep Cerise. HEX triplet: DE, 1E and 99. RGB value is (222,30,153). Sum of RGB (Red+Green+Blue) = 222+30+153=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E99 is #21E166. Grayscale: #656565. Windows color (decimal): -2220391 or 10034910. OLE color: 10034910.

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

Color convert

RGB 222 30 153 -
CMYK 0 0.86 0.31 0.13
HSL 321.56º 0.76% 0.49% -
HSV(B) 321.56º 0.86% 0.87% -
XYZ 36.34 18.76 31.84 -
YUV 101.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 222 30 153 0 0.86 0.31 0.13 321.56 0.76 0.49
Hex DE 1E 99 0 56 1F D 142 4C 31
Octal 336 36 231 0 126 37 15 502 114 61
Binary 11011110 11110 10011001 0 1010110 11111 1101 101000010 1001100 110001

Color Harmonies of #DE1E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E99

Black with #DE1E99

Text Example


Text Example

White with #DE1E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E99; }

 p { color: rgb(222,30,153); }

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

background-color css

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

 a { background-color: rgb(222,30,153); }

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

border-color css

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

 span { border-color: rgb(222,30,153); }

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