#D980BB

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

Shades of Persian Pink #D980BB

Tints of Persian Pink #D980BB

Color information

#D980BB (or 0xD980BB) is unknown color: approx Persian Pink. HEX triplet: D9, 80 and BB. RGB value is (217,128,187). Sum of RGB (Red+Green+Blue) = 217+128+187=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D980BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980BB is #267F44. Grayscale: #A1A1A1. Windows color (decimal): -2522949 or 12288217. OLE color: 12288217.

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

Color convert

RGB217128187-
CMYK00.410.140.15
HSL320.22º53.94%67.65%-
HSV(B)320.22º41.01%85.1%-
XYZ45.333.7851.15-
YUV161.34142.49167.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=40.79%
G=24.06%
B=35.15%

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
Decimal21712818700.410.140.15320.2253.9467.65
HexD980BB029EF1403644
Octal331200273051161750066104
Binary1101100110000000101110110101001111011111010000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980BB; }

 p { color: rgb(217,128,187); }

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

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

 a { background-color: rgb(217,128,187); }

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

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

 span { border-color: rgb(217,128,187); }

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