#DE81B7

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

Shades of Persian Pink #DE81B7

Tints of Persian Pink #DE81B7

Color information

#DE81B7 (or 0xDE81B7) is unknown color: approx Persian Pink. HEX triplet: DE, 81 and B7. RGB value is (222,129,183). Sum of RGB (Red+Green+Blue) = 222+129+183=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81B7 is #217E48. Grayscale: #A2A2A2. Windows color (decimal): -2195017 or 12026334. OLE color: 12026334.

HSL color Cylindrical-coordinate representation of color #DE81B7: hue angle of 325.16º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81B7 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222129183-
CMYK00.420.180.13
HSL325.16º58.49%68.82%-
HSV(B)325.16º41.89%87.06%-
XYZ46.5234.6549.04-
YUV162.96139.31170.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=41.57%
G=24.16%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212918300.420.180.13325.1658.4968.82
HexDE81B702A12D1453a45
Octal336201267052221550572105
Binary11011110100000011011011101010101001011011010001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81B7; }

 p { color: rgb(222,129,183); }

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

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

 a { background-color: rgb(222,129,183); }

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

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

 span { border-color: rgb(222,129,183); }

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