#D877B1

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

Shades of Persian Pink #D877B1

Tints of Persian Pink #D877B1

Color information

#D877B1 (or 0xD877B1) is unknown color: approx Persian Pink. HEX triplet: D8, 77 and B1. RGB value is (216,119,177). Sum of RGB (Red+Green+Blue) = 216+119+177=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877B1 is #27884E. Grayscale: #9A9A9A. Windows color (decimal): -2590799 or 11630552. OLE color: 11630552.

HSL color Cylindrical-coordinate representation of color #D877B1: hue angle of 324.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877B1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216119177-
CMYK00.450.180.15
HSL324.12º55.43%65.69%-
HSV(B)324.12º44.91%84.71%-
XYZ42.8530.9745.31-
YUV154.62140.64171.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=42.19%
G=23.24%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611917700.450.180.15324.1255.4365.69
HexD877B102D12F1443742
Octal330167261055221750467102
Binary1101100011101111011000101011011001011111010001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877B1; }

 p { color: rgb(216,119,177); }

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

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

 a { background-color: rgb(216,119,177); }

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

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

 span { border-color: rgb(216,119,177); }

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