#DE1F7E

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

Shades of Deep Cerise #DE1F7E

Tints of Deep Cerise #DE1F7E

Color information

#DE1F7E (or 0xDE1F7E) is unknown color: approx Deep Cerise. HEX triplet: DE, 1F and 7E. RGB value is (222,31,126). Sum of RGB (Red+Green+Blue) = 222+31+126=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F7E is #21E081. Grayscale: #626262. Windows color (decimal): -2220162 or 8265694. OLE color: 8265694.

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

Color convert

RGB22231126-
CMYK00.860.430.13
HSL330.16º75.49%49.61%-
HSV(B)330.16º86.04%87.06%-
XYZ34.3818.0221.4-
YUV98.94143.28215.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 31 (12.5% from 255) = 8.18%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=58.58%
G=8.18%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223112600.860.430.13330.1675.4949.61
HexDE1F7E0562BD14a4b32
Octal336371760126531551211362
Binary110111101111111111100101011010101111011010010101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1F7E; }

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

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

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

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

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

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

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

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