#DE72B3

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

Shades of Persian Pink #DE72B3

Tints of Persian Pink #DE72B3

Color information

#DE72B3 (or 0xDE72B3) is unknown color: approx Persian Pink. HEX triplet: DE, 72 and B3. RGB value is (222,114,179). Sum of RGB (Red+Green+Blue) = 222+114+179=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72B3 is #218D4C. Grayscale: #999999. Windows color (decimal): -2198861 or 11760350. OLE color: 11760350.

HSL color Cylindrical-coordinate representation of color #DE72B3: hue angle of 323.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE72B3 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB222114179-
CMYK00.490.190.13
HSL323.89º62.07%65.88%-
HSV(B)323.89º48.65%87.06%-
XYZ44.2830.8246.26-
YUV153.7142.28176.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=43.11%
G=22.14%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211417900.490.190.13323.8962.0765.88
HexDE72B303113D1443e42
Octal336162263061231550476102
Binary1101111011100101011001101100011001111011010001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72B3; }

 p { color: rgb(222,114,179); }

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

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

 a { background-color: rgb(222,114,179); }

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

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

 span { border-color: rgb(222,114,179); }

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