#DE3CAA

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

Shades of Deep Cerise #DE3CAA

Tints of Deep Cerise #DE3CAA

Color information

#DE3CAA (or 0xDE3CAA) is unknown color: approx Deep Cerise. HEX triplet: DE, 3C and AA. RGB value is (222,60,170). Sum of RGB (Red+Green+Blue) = 222+60+170=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3CAA is #21C355. Grayscale: #787878. Windows color (decimal): -2212694 or 11156702. OLE color: 11156702.

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

Color convert

RGB22260170-
CMYK00.730.230.13
HSL319.26º71.05%55.29%-
HSV(B)319.26º72.97%87.06%-
XYZ3921.6640.16-
YUV120.98155.67200.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 60 (23.83% from 255) = 13.27%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=49.12%
G=13.27%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226017000.730.230.13319.2671.0555.29
HexDE3CAA04917D13f4737
Octal336742520111271547710767
Binary1101111011110010101010010010011011111011001111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3CAA; }

 p { color: rgb(222,60,170); }

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

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

 a { background-color: rgb(222,60,170); }

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

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

 span { border-color: rgb(222,60,170); }

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