Shades of Persian Pink #D86FB4
Tints of Persian Pink #D86FB4
RGB
CMYK
RGB Variations
Color information
#D86FB4 (or 0xD86FB4) is known color: Persian Pink. HEX triplet: D8, 6F and B4. RGB value is (216,111,180). Sum of RGB (Red+Green+Blue) = 216+111+180=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FB4 is #27904B. Grayscale: #969696. Windows color (decimal): -2592844 or 11825112. OLE color: 11825112.
HSL color Cylindrical-coordinate representation of color #D86FB4: hue angle of 320.57º 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 #D86FB4 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 180 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.15 |
| HSL | 320.57º | 0.57% | 0.64% | - |
| HSV(B) | 320.57º | 0.49% | 0.85% | - |
| XYZ | 42.24 | 29.26 | 46.6 | - |
| YUV | 150.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 180 | 0 | 0.49 | 0.17 | 0.15 | 320.57 | 0.57 | 0.64 |
| Hex | D8 | 6F | B4 | 0 | 31 | 11 | F | 141 | 39 | 40 |
| Octal | 330 | 157 | 264 | 0 | 61 | 21 | 17 | 501 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10110100 | 0 | 110001 | 10001 | 1111 | 101000001 | 111001 | 1000000 |
Color Harmonies of #D86FB4
Complementary color
Monochromatic Colors of #D86FB4
Black with #D86FB4
Text Example
Text Example
White with #D86FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FB4; }
p { color: rgb(216,111,180); }
H1.HeaderClassName
{
color: #D86FB4;
}
.AnyTagClassName
{
color: #D86FB4;
}
</style>
background-color css
<style>
a { background-color: #D86FB4; }
a { background-color: rgb(216,111,180); }
div.DivClassName
{
background-color: #D86FB4;
}
.BgClassName
{
background-color: #D86FB4;
}
</style>
border-color css
<style>
span { border-color: #D86FB4; }
span { border-color: rgb(216,111,180); }
td.TdClassName
{
border-color: #D86FB4;
}
.TagClassName
{
border-color: #D86FB4;
}
</style>