#D875B1

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

Shades of Persian Pink #D875B1

Tints of Persian Pink #D875B1

Color information

#D875B1 (or 0xD875B1) is unknown color: approx Persian Pink. HEX triplet: D8, 75 and B1. RGB value is (216,117,177). Sum of RGB (Red+Green+Blue) = 216+117+177=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875B1 is #278A4E. Grayscale: #999999. Windows color (decimal): -2591311 or 11630040. OLE color: 11630040.

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

Color convert

RGB216117177-
CMYK00.460.180.15
HSL323.64º55.93%65.29%-
HSV(B)323.64º45.83%84.71%-
XYZ42.6230.545.24-
YUV153.44141.3172.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=42.35%
G=22.94%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611717700.460.180.15323.6455.9365.29
HexD875B102E12F1443841
Octal330165261056221750470101
Binary1101100011101011011000101011101001011111010001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875B1; }

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

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

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

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

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

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

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

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