#DE3AA7

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

Shades of Deep Cerise #DE3AA7

Tints of Deep Cerise #DE3AA7

Color information

#DE3AA7 (or 0xDE3AA7) is unknown color: approx Deep Cerise. HEX triplet: DE, 3A and A7. RGB value is (222,58,167). Sum of RGB (Red+Green+Blue) = 222+58+167=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3AA7 is #21C558. Grayscale: #777777. Windows color (decimal): -2213209 or 10959582. OLE color: 10959582.

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

Color convert

RGB22258167-
CMYK00.740.250.13
HSL320.12º71.3%54.9%-
HSV(B)320.12º73.87%87.06%-
XYZ38.6121.3538.64-
YUV119.46154.83201.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=49.66%
G=12.98%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225816700.740.250.13320.1271.354.9
HexDE3AA704A19D1404737
Octal336722470112311550010767
Binary1101111011101010100111010010101100111011010000001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3AA7; }

 p { color: rgb(222,58,167); }

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

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

 a { background-color: rgb(222,58,167); }

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

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

 span { border-color: rgb(222,58,167); }

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