#DE33AC

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

Shades of Persian Rose #DE33AC

Tints of Persian Rose #DE33AC

Color information

#DE33AC (or 0xDE33AC) is unknown color: approx Persian Rose. HEX triplet: DE, 33 and AC. RGB value is (222,51,172). Sum of RGB (Red+Green+Blue) = 222+51+172=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE33AC is #21CC53. Grayscale: #737373. Windows color (decimal): -2214996 or 11285470. OLE color: 11285470.

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

Color convert

RGB22251172-
CMYK00.770.230.13
HSL317.54º72.15%53.53%-
HSV(B)317.54º77.03%87.06%-
XYZ38.7520.8841.02-
YUV115.92159.65203.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 51 (20.31% from 255) = 11.46%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=49.89%
G=11.46%
B=38.65%

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
Decimal2225117200.770.230.13317.5472.1553.53
HexDE33AC04D17D13e4836
Octal336632540115271547611066
Binary1101111011001110101100010011011011111011001111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33AC; }

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

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

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

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

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

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

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

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