#D86FB2

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

Shades of Persian Pink #D86FB2

Tints of Persian Pink #D86FB2

Color information

#D86FB2 (or 0xD86FB2) is unknown color: approx Persian Pink. HEX triplet: D8, 6F and B2. RGB value is (216,111,178). Sum of RGB (Red+Green+Blue) = 216+111+178=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FB2 is #27904D. Grayscale: #959595. Windows color (decimal): -2592846 or 11694040. OLE color: 11694040.

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

Color convert

RGB216111178-
CMYK00.490.180.15
HSL321.71º57.38%64.12%-
HSV(B)321.71º48.61%84.71%-
XYZ42.0429.1845.54-
YUV150.03143.79175.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=42.77%
G=21.98%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611117800.490.180.15321.7157.3864.12
HexD86FB203112F1423940
Octal330157262061221750271100
Binary1101100011011111011001001100011001011111010000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FB2; }

 p { color: rgb(216,111,178); }

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

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

 a { background-color: rgb(216,111,178); }

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

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

 span { border-color: rgb(216,111,178); }

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