#DE81BC

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

Shades of Persian Pink #DE81BC

Tints of Persian Pink #DE81BC

Color information

#DE81BC (or 0xDE81BC) is unknown color: approx Persian Pink. HEX triplet: DE, 81 and BC. RGB value is (222,129,188). Sum of RGB (Red+Green+Blue) = 222+129+188=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81BC is #217E43. Grayscale: #A3A3A3. Windows color (decimal): -2195012 or 12354014. OLE color: 12354014.

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

Color convert

RGB222129188-
CMYK00.420.150.13
HSL321.94º58.49%68.82%-
HSV(B)321.94º41.89%87.06%-
XYZ47.0534.8651.83-
YUV163.53141.81169.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=41.19%
G=23.93%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212918800.420.150.13321.9458.4968.82
HexDE81BC02AFD1423a45
Octal336201274052171550272105
Binary1101111010000001101111000101010111111011010000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81BC; }

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

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

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

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

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

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

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

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