#D880B9

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

Shades of Persian Pink #D880B9

Tints of Persian Pink #D880B9

Color information

#D880B9 (or 0xD880B9) is unknown color: approx Persian Pink. HEX triplet: D8, 80 and B9. RGB value is (216,128,185). Sum of RGB (Red+Green+Blue) = 216+128+185=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D880B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880B9 is #277F46. Grayscale: #A0A0A0. Windows color (decimal): -2588487 or 12157144. OLE color: 12157144.

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

Color convert

RGB216128185-
CMYK00.410.140.15
HSL321.14º53.01%67.45%-
HSV(B)321.14º40.74%84.71%-
XYZ44.833.5450.01-
YUV160.81141.65167.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=40.83%
G=24.20%
B=34.97%

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
Decimal21612818500.410.140.15321.1453.0167.45
HexD880B9029EF1413543
Octal330200271051161750165103
Binary1101100010000000101110010101001111011111010000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880B9; }

 p { color: rgb(216,128,185); }

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

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

 a { background-color: rgb(216,128,185); }

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

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

 span { border-color: rgb(216,128,185); }

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