#DE1F9E

Color #DE1F9E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DE1F9E

Tints of Deep Cerise #DE1F9E

Color information

#DE1F9E (or 0xDE1F9E) is unknown color: approx Deep Cerise. HEX triplet: DE, 1F and 9E. RGB value is (222,31,158). Sum of RGB (Red+Green+Blue) = 222+31+158=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1F9E is #21E061. Grayscale: #666666. Windows color (decimal): -2220130 or 10362846. OLE color: 10362846.

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

Color convert

RGB22231158-
CMYK00.860.290.13
HSL320.1º75.49%49.61%-
HSV(B)320.1º86.04%87.06%-
XYZ36.7918.9834.07-
YUV102.59159.28213.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.01%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=54.01%
G=7.54%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223115800.860.290.13320.175.4949.61
HexDE1F9E0561DD1404b32
Octal336372360126351550011362
Binary110111101111110011110010101101110111011010000001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1F9E; }

 p { color: rgb(222,31,158); }

 H1.HeaderClassName
 {
   color: #DE1F9E;
 }
 .AnyTagClassName
 {
   color: #DE1F9E;
 }
</style>
background-color css

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

 a { background-color: rgb(222,31,158); }

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

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

 span { border-color: rgb(222,31,158); }

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