#DE33AA

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

Shades of Persian Rose #DE33AA

Tints of Persian Rose #DE33AA

Color information

#DE33AA (or 0xDE33AA) is unknown color: approx Persian Rose. HEX triplet: DE, 33 and AA. RGB value is (222,51,170). Sum of RGB (Red+Green+Blue) = 222+51+170=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE33AA is #21CC55. Grayscale: #737373. Windows color (decimal): -2214998 or 11154398. OLE color: 11154398.

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

Color convert

RGB22251170-
CMYK00.770.230.13
HSL318.25º72.15%53.53%-
HSV(B)318.25º77.03%87.06%-
XYZ38.5620.840.01-
YUV115.7158.65203.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=50.11%
G=11.51%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225117000.770.230.13318.2572.1553.53
HexDE33AA04D17D13e4836
Octal336632520115271547611066
Binary1101111011001110101010010011011011111011001111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33AA; }

 p { color: rgb(222,51,170); }

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

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

 a { background-color: rgb(222,51,170); }

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

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

 span { border-color: rgb(222,51,170); }

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