#D871B6

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

Shades of Persian Pink #D871B6

Tints of Persian Pink #D871B6

Color information

#D871B6 (or 0xD871B6) is unknown color: approx Persian Pink. HEX triplet: D8, 71 and B6. RGB value is (216,113,182). Sum of RGB (Red+Green+Blue) = 216+113+182=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D871B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871B6 is #278E49. Grayscale: #979797. Windows color (decimal): -2592330 or 11956696. OLE color: 11956696.

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

Color convert

RGB216113182-
CMYK00.480.160.15
HSL319.81º56.91%64.51%-
HSV(B)319.81º47.69%84.71%-
XYZ42.6729.7947.76-
YUV151.66145.12173.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=42.27%
G=22.11%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611318200.480.160.15319.8156.9164.51
HexD871B603010F1403941
Octal330161266060201750071101
Binary1101100011100011011011001100001000011111010000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D871B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D871B6; }

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

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

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

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

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

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

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

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