#DE1C98

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

Shades of Deep Cerise #DE1C98

Tints of Deep Cerise #DE1C98

Color information

#DE1C98 (or 0xDE1C98) is unknown color: approx Deep Cerise. HEX triplet: DE, 1C and 98. RGB value is (222,28,152). Sum of RGB (Red+Green+Blue) = 222+28+152=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1C98 is #21E367. Grayscale: #636363. Windows color (decimal): -2220904 or 9968862. OLE color: 9968862.

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

Color convert

RGB22228152-
CMYK00.870.320.13
HSL321.65º77.6%49.02%-
HSV(B)321.65º87.39%87.06%-
XYZ36.2118.6331.39-
YUV100.14157.27214.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 28 (11.33% from 255) = 6.97%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=55.22%
G=6.97%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222815200.870.320.13321.6577.649.02
HexDE1C9805720D1424e31
Octal336342300127401550211661
Binary1101111011100100110000101011110000011011010000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1C98; }

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

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

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

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

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

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

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

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