#DE3F8A

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

Shades of Deep Cerise #DE3F8A

Tints of Deep Cerise #DE3F8A

Color information

#DE3F8A (or 0xDE3F8A) is unknown color: approx Deep Cerise. HEX triplet: DE, 3F and 8A. RGB value is (222,63,138). Sum of RGB (Red+Green+Blue) = 222+63+138=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3F8A is #21C075. Grayscale: #767676. Windows color (decimal): -2211958 or 9060318. OLE color: 9060318.

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

Color convert

RGB22263138-
CMYK00.720.380.13
HSL331.7º70.67%55.88%-
HSV(B)331.7º71.62%87.06%-
XYZ36.4920.9226.16-
YUV119.09138.68201.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.48%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=52.48%
G=14.89%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226313800.720.380.13331.770.6755.88
HexDE3F8A04826D14c4738
Octal336772120110461551410770
Binary11011110111111100010100100100010011011011010011001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3F8A; }

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

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

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

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

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

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

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

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