#DE41A3

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

Shades of Deep Cerise #DE41A3

Tints of Deep Cerise #DE41A3

Color information

#DE41A3 (or 0xDE41A3) is unknown color: approx Deep Cerise. HEX triplet: DE, 41 and A3. RGB value is (222,65,163). Sum of RGB (Red+Green+Blue) = 222+65+163=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE41A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE41A3 is #21BE5C. Grayscale: #7A7A7A. Windows color (decimal): -2211421 or 10699230. OLE color: 10699230.

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

Color convert

RGB22265163-
CMYK00.710.270.13
HSL322.55º70.4%56.27%-
HSV(B)322.55º70.72%87.06%-
XYZ38.6321.9536.85-
YUV123.12150.51198.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=49.33%
G=14.44%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226516300.710.270.13322.5570.456.27
HexDE41A30471BD1434638
Octal3361012430107331550310670
Binary11011110100000110100011010001111101111011010000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE41A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE41A3; }

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

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

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

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

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

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

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

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