Shades of Persian Pink #D86CB6
Tints of Persian Pink #D86CB6
RGB
CMYK
RGB Variations
Color information
#D86CB6 (or 0xD86CB6) is known color: Persian Pink. HEX triplet: D8, 6C and B6. RGB value is (216,108,182). Sum of RGB (Red+Green+Blue) = 216+108+182=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB6 is #279349. Grayscale: #949494. Windows color (decimal): -2593610 or 11955416. OLE color: 11955416.
HSL color Cylindrical-coordinate representation of color #D86CB6: hue angle of 318.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CB6 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 182 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.15 |
| HSL | 318.89º | 0.58% | 0.64% | - |
| HSV(B) | 318.89º | 0.5% | 0.85% | - |
| XYZ | 42.12 | 28.7 | 47.58 | - |
| YUV | 148.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 182 | 0 | 0.50 | 0.16 | 0.15 | 318.89 | 0.58 | 0.64 |
| Hex | D8 | 6C | B6 | 0 | 32 | 10 | F | 13F | 3A | 40 |
| Octal | 330 | 154 | 266 | 0 | 62 | 20 | 17 | 477 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10110110 | 0 | 110010 | 10000 | 1111 | 100111111 | 111010 | 1000000 |
Color Harmonies of #D86CB6
Complementary color
Monochromatic Colors of #D86CB6
Black with #D86CB6
Text Example
Text Example
White with #D86CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CB6; }
p { color: rgb(216,108,182); }
H1.HeaderClassName
{
color: #D86CB6;
}
.AnyTagClassName
{
color: #D86CB6;
}
</style>
background-color css
<style>
a { background-color: #D86CB6; }
a { background-color: rgb(216,108,182); }
div.DivClassName
{
background-color: #D86CB6;
}
.BgClassName
{
background-color: #D86CB6;
}
</style>
border-color css
<style>
span { border-color: #D86CB6; }
span { border-color: rgb(216,108,182); }
td.TdClassName
{
border-color: #D86CB6;
}
.TagClassName
{
border-color: #D86CB6;
}
</style>