Shades of Persian Pink #D86AB5
Tints of Persian Pink #D86AB5
RGB
CMYK
RGB Variations
Color information
#D86AB5 (or 0xD86AB5) is known color: Persian Pink. HEX triplet: D8, 6A and B5. RGB value is (216,106,181). Sum of RGB (Red+Green+Blue) = 216+106+181=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AB5 is #27954A. Grayscale: #939393. Windows color (decimal): -2594123 or 11889368. OLE color: 11889368.
HSL color Cylindrical-coordinate representation of color #D86AB5: hue angle of 319.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 181 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.15 |
| HSL | 319.09º | 0.59% | 0.63% | - |
| HSV(B) | 319.09º | 0.51% | 0.85% | - |
| XYZ | 41.81 | 28.24 | 46.96 | - |
| YUV | 147.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 181 | 0 | 0.51 | 0.16 | 0.15 | 319.09 | 0.59 | 0.63 |
| Hex | D8 | 6A | B5 | 0 | 33 | 10 | F | 13F | 3B | 3F |
| Octal | 330 | 152 | 265 | 0 | 63 | 20 | 17 | 477 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10110101 | 0 | 110011 | 10000 | 1111 | 100111111 | 111011 | 111111 |
Color Harmonies of #D86AB5
Complementary color
Monochromatic Colors of #D86AB5
Black with #D86AB5
Text Example
Text Example
White with #D86AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AB5; }
p { color: rgb(216,106,181); }
H1.HeaderClassName
{
color: #D86AB5;
}
.AnyTagClassName
{
color: #D86AB5;
}
</style>
background-color css
<style>
a { background-color: #D86AB5; }
a { background-color: rgb(216,106,181); }
div.DivClassName
{
background-color: #D86AB5;
}
.BgClassName
{
background-color: #D86AB5;
}
</style>
border-color css
<style>
span { border-color: #D86AB5; }
span { border-color: rgb(216,106,181); }
td.TdClassName
{
border-color: #D86AB5;
}
.TagClassName
{
border-color: #D86AB5;
}
</style>