#DF40AA

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

Shades of Deep Cerise #DF40AA

Tints of Deep Cerise #DF40AA

Color information

#DF40AA (or 0xDF40AA) is unknown color: approx Deep Cerise. HEX triplet: DF, 40 and AA. RGB value is (223,64,170). Sum of RGB (Red+Green+Blue) = 223+64+170=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AA is #20BF55. Grayscale: #7B7B7B. Windows color (decimal): -2146134 or 11157727. OLE color: 11157727.

HSL color Cylindrical-coordinate representation of color #DF40AA: hue angle of 320º degrees, saturation: 0.71, 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 #DF40AA is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22364170-
CMYK00.710.240.13
HSL320º71.3%56.27%-
HSV(B)320º71.3%87.45%-
XYZ39.5222.2640.24-
YUV123.62154.18198.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 64 (25.39% from 255) = 14.00%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=48.80%
G=14.00%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236417000.710.240.1332071.356.27
HexDF40AA04718D1404738
Octal3371002520107301550010770
Binary11011111100000010101010010001111100011011010000001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF40AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF40AA; }

 p { color: rgb(223,64,170); }

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

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

 a { background-color: rgb(223,64,170); }

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

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

 span { border-color: rgb(223,64,170); }

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