#DE1C91

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

Shades of Deep Cerise #DE1C91

Tints of Deep Cerise #DE1C91

Color information

#DE1C91 (or 0xDE1C91) is unknown color: approx Deep Cerise. HEX triplet: DE, 1C and 91. RGB value is (222,28,145). Sum of RGB (Red+Green+Blue) = 222+28+145=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1C91 is #21E36E. Grayscale: #636363. Windows color (decimal): -2220911 or 9510110. OLE color: 9510110.

HSL color Cylindrical-coordinate representation of color #DE1C91: hue angle of 323.81º degrees, saturation: 0.78, 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 #DE1C91 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB22228145-
CMYK00.870.350.13
HSL323.81º77.6%49.02%-
HSV(B)323.81º87.39%87.06%-
XYZ35.6518.428.46-
YUV99.34153.77215.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 28 (11.33% from 255) = 7.09%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=56.20%
G=7.09%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222814500.870.350.13323.8177.649.02
HexDE1C9105723D1444e31
Octal336342210127431550411661
Binary1101111011100100100010101011110001111011010001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1C91; }

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

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

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

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

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

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

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

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