Shades of Persian Pink #D86FB3
Tints of Persian Pink #D86FB3
RGB
CMYK
RGB Variations
Color information
#D86FB3 (or 0xD86FB3) is known color: Persian Pink. HEX triplet: D8, 6F and B3. RGB value is (216,111,179). Sum of RGB (Red+Green+Blue) = 216+111+179=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FB3 is #27904C. Grayscale: #959595. Windows color (decimal): -2592845 or 11759576. OLE color: 11759576.
HSL color Cylindrical-coordinate representation of color #D86FB3: hue angle of 321.14º 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 #D86FB3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 179 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.15 |
| HSL | 321.14º | 0.57% | 0.64% | - |
| HSV(B) | 321.14º | 0.49% | 0.85% | - |
| XYZ | 42.14 | 29.22 | 46.07 | - |
| YUV | 150.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 179 | 0 | 0.49 | 0.17 | 0.15 | 321.14 | 0.57 | 0.64 |
| Hex | D8 | 6F | B3 | 0 | 31 | 11 | F | 141 | 39 | 40 |
| Octal | 330 | 157 | 263 | 0 | 61 | 21 | 17 | 501 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10110011 | 0 | 110001 | 10001 | 1111 | 101000001 | 111001 | 1000000 |
Color Harmonies of #D86FB3
Complementary color
Monochromatic Colors of #D86FB3
Black with #D86FB3
Text Example
Text Example
White with #D86FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FB3; }
p { color: rgb(216,111,179); }
H1.HeaderClassName
{
color: #D86FB3;
}
.AnyTagClassName
{
color: #D86FB3;
}
</style>
background-color css
<style>
a { background-color: #D86FB3; }
a { background-color: rgb(216,111,179); }
div.DivClassName
{
background-color: #D86FB3;
}
.BgClassName
{
background-color: #D86FB3;
}
</style>
border-color css
<style>
span { border-color: #D86FB3; }
span { border-color: rgb(216,111,179); }
td.TdClassName
{
border-color: #D86FB3;
}
.TagClassName
{
border-color: #D86FB3;
}
</style>