#D881BB

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

Shades of Persian Pink #D881BB

Tints of Persian Pink #D881BB

Color information

#D881BB (or 0xD881BB) is unknown color: approx Persian Pink. HEX triplet: D8, 81 and BB. RGB value is (216,129,187). Sum of RGB (Red+Green+Blue) = 216+129+187=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D881BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881BB is #277E44. Grayscale: #A1A1A1. Windows color (decimal): -2588229 or 12288472. OLE color: 12288472.

HSL color Cylindrical-coordinate representation of color #D881BB: hue angle of 320º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881BB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216129187-
CMYK00.400.130.15
HSL320º52.73%67.65%-
HSV(B)320º40.28%84.71%-
XYZ45.1433.8951.18-
YUV161.63142.32166.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=40.60%
G=24.25%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612918700.400.130.1532052.7367.65
HexD881BB028DF1403544
Octal330201273050151750065104
Binary1101100010000001101110110101000110111111010000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881BB; }

 p { color: rgb(216,129,187); }

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

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

 a { background-color: rgb(216,129,187); }

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

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

 span { border-color: rgb(216,129,187); }

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