Html Css Color HEX #DE1E96 Deep Cerise

📋 copy color: '#DE1E96'

red 222 ◦ green 30 ◦ blue 150

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

Shades of Deep Cerise #DE1E96

Tints of Deep Cerise #DE1E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 55.22%
G = 7.46%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE1E96 (or 0xDE1E96) is known color: Deep Cerise. HEX triplet: DE, 1E and 96. RGB value is (222,30,150). Sum of RGB (Red+Green+Blue) = 222+30+150=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E96 is #21E169. Grayscale: #646464. Windows color (decimal): -2220394 or 9838302. OLE color: 9838302.

HSL color Cylindrical-coordinate representation of color #DE1E96: hue angle of 322.5º 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 #DE1E96 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 150 -
CMYK 0 0.86 0.32 0.13
HSL 322.5º 0.76% 0.49% -
HSV(B) 322.5º 0.86% 0.87% -
XYZ 36.09 18.66 30.55 -
YUV 101.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 222 30 150 0 0.86 0.32 0.13 322.5 0.76 0.49
Hex DE 1E 96 0 56 20 D 142 4C 31
Octal 336 36 226 0 126 40 15 502 114 61
Binary 11011110 11110 10010110 0 1010110 100000 1101 101000010 1001100 110001

Color Harmonies of #DE1E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E96

Black with #DE1E96

Text Example


Text Example

White with #DE1E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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