#D981BA

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

Shades of Persian Pink #D981BA

Tints of Persian Pink #D981BA

Color information

#D981BA (or 0xD981BA) is unknown color: approx Persian Pink. HEX triplet: D9, 81 and BA. RGB value is (217,129,186). Sum of RGB (Red+Green+Blue) = 217+129+186=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BA is #267E45. Grayscale: #A1A1A1. Windows color (decimal): -2522694 or 12222937. OLE color: 12222937.

HSL color Cylindrical-coordinate representation of color #D981BA: hue angle of 321.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981BA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217129186-
CMYK00.410.140.15
HSL321.14º53.66%67.84%-
HSV(B)321.14º40.55%85.1%-
XYZ45.333450.63-
YUV161.81141.65167.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=40.79%
G=24.25%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712918600.410.140.15321.1453.6667.84
HexD981BA029EF1413644
Octal331201272051161750166104
Binary1101100110000001101110100101001111011111010000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981BA; }

 p { color: rgb(217,129,186); }

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

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

 a { background-color: rgb(217,129,186); }

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

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

 span { border-color: rgb(217,129,186); }

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