#DE40AF

Color #DE40AF Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DE40AF

Tints of Persian Rose #DE40AF

Color information

#DE40AF (or 0xDE40AF) is unknown color: approx Persian Rose. HEX triplet: DE, 40 and AF. RGB value is (222,64,175). Sum of RGB (Red+Green+Blue) = 222+64+175=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40AF is #21BF50. Grayscale: #7B7B7B. Windows color (decimal): -2211665 or 11485406. OLE color: 11485406.

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

Color convert

RGB22264175-
CMYK00.710.210.13
HSL317.85º70.54%56.08%-
HSV(B)317.85º71.17%87.06%-
XYZ39.722.2942.77-
YUV123.9156.85197.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=48.16%
G=13.88%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226417500.710.210.13317.8570.5456.08
HexDE40AF04715D13e4738
Octal3361002570107251547610770
Binary11011110100000010101111010001111010111011001111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE40AF; }

 p { color: rgb(222,64,175); }

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

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

 a { background-color: rgb(222,64,175); }

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

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

 span { border-color: rgb(222,64,175); }

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