#D880B5

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

Shades of Persian Pink #D880B5

Tints of Persian Pink #D880B5

Color information

#D880B5 (or 0xD880B5) is unknown color: approx Persian Pink. HEX triplet: D8, 80 and B5. RGB value is (216,128,181). Sum of RGB (Red+Green+Blue) = 216+128+181=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D880B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880B5 is #277F4A. Grayscale: #A0A0A0. Windows color (decimal): -2588491 or 11895000. OLE color: 11895000.

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

Color convert

RGB216128181-
CMYK00.410.160.15
HSL323.86º53.01%67.45%-
HSV(B)323.86º40.74%84.71%-
XYZ44.3833.3747.82-
YUV160.35139.65167.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=41.14%
G=24.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612818100.410.160.15323.8653.0167.45
HexD880B502910F1443543
Octal330200265051201750465103
Binary11011000100000001011010101010011000011111010001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880B5; }

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

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

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

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

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

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

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

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