#D881BC

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

Shades of Persian Pink #D881BC

Tints of Persian Pink #D881BC

Color information

#D881BC (or 0xD881BC) is unknown color: approx Persian Pink. HEX triplet: D8, 81 and BC. RGB value is (216,129,188). Sum of RGB (Red+Green+Blue) = 216+129+188=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D881BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881BC is #277E43. Grayscale: #A1A1A1. Windows color (decimal): -2588228 or 12354008. OLE color: 12354008.

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

Color convert

RGB216129188-
CMYK00.400.130.15
HSL319.31º52.73%67.65%-
HSV(B)319.31º40.28%84.71%-
XYZ45.2533.9351.74-
YUV161.74142.82166.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=40.53%
G=24.20%
B=35.27%

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
Decimal21612918800.400.130.15319.3152.7367.65
HexD881BC028DF13f3544
Octal330201274050151747765104
Binary1101100010000001101111000101000110111111001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881BC; }

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

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

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

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

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

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

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

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