#D980B8

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

Shades of Persian Pink #D980B8

Tints of Persian Pink #D980B8

Color information

#D980B8 (or 0xD980B8) is unknown color: approx Persian Pink. HEX triplet: D9, 80 and B8. RGB value is (217,128,184). Sum of RGB (Red+Green+Blue) = 217+128+184=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D980B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980B8 is #267F47. Grayscale: #A0A0A0. Windows color (decimal): -2522952 or 12091609. OLE color: 12091609.

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

Color convert

RGB217128184-
CMYK00.410.150.15
HSL322.25º53.94%67.65%-
HSV(B)322.25º41.01%85.1%-
XYZ44.9933.6549.47-
YUV161140.99167.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=41.02%
G=24.20%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712818400.410.150.15322.2553.9467.65
HexD980B8029FF1423644
Octal331200270051171750266104
Binary1101100110000000101110000101001111111111010000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980B8; }

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

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

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

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

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

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

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

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