#D875B6

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

Shades of Persian Pink #D875B6

Tints of Persian Pink #D875B6

Color information

#D875B6 (or 0xD875B6) is unknown color: approx Persian Pink. HEX triplet: D8, 75 and B6. RGB value is (216,117,182). Sum of RGB (Red+Green+Blue) = 216+117+182=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875B6 is #278A49. Grayscale: #999999. Windows color (decimal): -2591306 or 11957720. OLE color: 11957720.

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

Color convert

RGB216117182-
CMYK00.460.160.15
HSL320.61º55.93%65.29%-
HSV(B)320.61º45.83%84.71%-
XYZ43.1230.747.91-
YUV154.01143.8172.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=41.94%
G=22.72%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611718200.460.160.15320.6155.9365.29
HexD875B602E10F1413841
Octal330165266056201750170101
Binary1101100011101011011011001011101000011111010000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875B6; }

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

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

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

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

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

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

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

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