#DE3AAE

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

Shades of Persian Rose #DE3AAE

Tints of Persian Rose #DE3AAE

Color information

#DE3AAE (or 0xDE3AAE) is unknown color: approx Persian Rose. HEX triplet: DE, 3A and AE. RGB value is (222,58,174). Sum of RGB (Red+Green+Blue) = 222+58+174=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3AAE is #21C551. Grayscale: #777777. Windows color (decimal): -2213202 or 11418334. OLE color: 11418334.

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

Color convert

RGB22258174-
CMYK00.740.220.13
HSL317.56º71.3%54.9%-
HSV(B)317.56º73.87%87.06%-
XYZ39.2821.6142.15-
YUV120.26158.33200.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 58 (23.05% from 255) = 12.78%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=48.90%
G=12.78%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225817400.740.220.13317.5671.354.9
HexDE3AAE04A16D13e4737
Octal336722560112261547610767
Binary1101111011101010101110010010101011011011001111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3AAE; }

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

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

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

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

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

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

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

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