#DE3FAE

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

Shades of Persian Rose #DE3FAE

Tints of Persian Rose #DE3FAE

Color information

#DE3FAE (or 0xDE3FAE) is unknown color: approx Persian Rose. HEX triplet: DE, 3F and AE. RGB value is (222,63,174). Sum of RGB (Red+Green+Blue) = 222+63+174=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3FAE is #21C051. Grayscale: #7A7A7A. Windows color (decimal): -2211922 or 11419614. OLE color: 11419614.

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

Color convert

RGB22263174-
CMYK00.720.220.13
HSL318.11º70.67%55.88%-
HSV(B)318.11º71.62%87.06%-
XYZ39.5422.1442.23-
YUV123.2156.68198.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=48.37%
G=13.73%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226317400.720.220.13318.1170.6755.88
HexDE3FAE04816D13e4738
Octal336772560110261547610770
Binary1101111011111110101110010010001011011011001111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3FAE; }

 p { color: rgb(222,63,174); }

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

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

 a { background-color: rgb(222,63,174); }

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

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

 span { border-color: rgb(222,63,174); }

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