#de3f86

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

Shades of Deep Cerise #DE3F86

Tints of Deep Cerise #DE3F86

Color information

#DE3F86 (or 0xDE3F86) is unknown color: approx Deep Cerise. HEX triplet: DE, 3F and 86. RGB value is (222,63,134). Sum of RGB (Red+Green+Blue) = 222+63+134=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3F86 is #21C079. Grayscale: #767676. Windows color (decimal): -2211962 or 8798174. OLE color: 8798174.

HSL color Cylindrical-coordinate representation of color #DE3F86: hue angle of 333.21º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3F86 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22263134-
CMYK00.720.400.13
HSL333.21º70.67%55.88%-
HSV(B)333.21º71.62%87.06%-
XYZ36.220.8124.66-
YUV118.64136.68201.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=52.98%
G=15.04%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226313400.720.400.13333.2170.6755.88
HexDE3F8604828D14d4738
Octal336772060110501551510770
Binary11011110111111100001100100100010100011011010011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de3f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de3f86; }

 p { color: rgb(222,63,134); }

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

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

 a { background-color: rgb(222,63,134); }

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

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

 span { border-color: rgb(222,63,134); }

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