#DE39A3

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

Shades of Deep Cerise #DE39A3

Tints of Deep Cerise #DE39A3

Color information

#DE39A3 (or 0xDE39A3) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and A3. RGB value is (222,57,163). Sum of RGB (Red+Green+Blue) = 222+57+163=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE39A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE39A3 is #21C65C. Grayscale: #767676. Windows color (decimal): -2213469 or 10697182. OLE color: 10697182.

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

Color convert

RGB22257163-
CMYK00.740.270.13
HSL321.45º71.43%54.71%-
HSV(B)321.45º74.32%87.06%-
XYZ38.221.136.71-
YUV118.42153.16201.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 57 (22.66% from 255) = 12.90%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=50.23%
G=12.90%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225716300.740.270.13321.4571.4354.71
HexDE39A304A1BD1414737
Octal336712430112331550110767
Binary1101111011100110100011010010101101111011010000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE39A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE39A3; }

 p { color: rgb(222,57,163); }

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

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

 a { background-color: rgb(222,57,163); }

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

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

 span { border-color: rgb(222,57,163); }

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