#D981BC

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

Shades of Persian Pink #D981BC

Tints of Persian Pink #D981BC

Color information

#D981BC (or 0xD981BC) is unknown color: approx Persian Pink. HEX triplet: D9, 81 and BC. RGB value is (217,129,188). Sum of RGB (Red+Green+Blue) = 217+129+188=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BC is #267E43. Grayscale: #A1A1A1. Windows color (decimal): -2522692 or 12354009. OLE color: 12354009.

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

Color convert

RGB217129188-
CMYK00.410.130.15
HSL319.77º53.66%67.84%-
HSV(B)319.77º40.55%85.1%-
XYZ45.5434.0851.76-
YUV162.04142.65167.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=40.64%
G=24.16%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712918800.410.130.15319.7753.6667.84
HexD981BC029DF1403644
Octal331201274051151750066104
Binary1101100110000001101111000101001110111111010000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981BC; }

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

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

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

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

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

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

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

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