#DE1F80

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

Shades of Deep Cerise #DE1F80

Tints of Deep Cerise #DE1F80

Color information

#DE1F80 (or 0xDE1F80) is unknown color: approx Deep Cerise. HEX triplet: DE, 1F and 80. RGB value is (222,31,128). Sum of RGB (Red+Green+Blue) = 222+31+128=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1F80 is #21E07F. Grayscale: #626262. Windows color (decimal): -2220160 or 8396766. OLE color: 8396766.

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

Color convert

RGB22231128-
CMYK00.860.420.13
HSL329.53º75.49%49.61%-
HSV(B)329.53º86.04%87.06%-
XYZ34.5118.0722.09-
YUV99.17144.28215.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.27%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=58.27%
G=8.14%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223112800.860.420.13329.5375.4949.61
HexDE1F800562AD14a4b32
Octal336372000126521551211362
Binary1101111011111100000000101011010101011011010010101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1F80; }

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

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

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

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

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

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

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

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