Shades of Persian Pink #D86CB3
Tints of Persian Pink #D86CB3
RGB
CMYK
RGB Variations
Color information
#D86CB3 (or 0xD86CB3) is known color: Persian Pink. HEX triplet: D8, 6C and B3. RGB value is (216,108,179). Sum of RGB (Red+Green+Blue) = 216+108+179=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB3 is #27934C. Grayscale: #949494. Windows color (decimal): -2593613 or 11758808. OLE color: 11758808.
HSL color Cylindrical-coordinate representation of color #D86CB3: hue angle of 320.56º 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 #D86CB3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 179 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.15 |
| HSL | 320.56º | 0.58% | 0.64% | - |
| HSV(B) | 320.56º | 0.5% | 0.85% | - |
| XYZ | 41.82 | 28.58 | 45.96 | - |
| YUV | 148.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 179 | 0 | 0.50 | 0.17 | 0.15 | 320.56 | 0.58 | 0.64 |
| Hex | D8 | 6C | B3 | 0 | 32 | 11 | F | 141 | 3A | 40 |
| Octal | 330 | 154 | 263 | 0 | 62 | 21 | 17 | 501 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10110011 | 0 | 110010 | 10001 | 1111 | 101000001 | 111010 | 1000000 |
Color Harmonies of #D86CB3
Complementary color
Monochromatic Colors of #D86CB3
Black with #D86CB3
Text Example
Text Example
White with #D86CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CB3; }
p { color: rgb(216,108,179); }
H1.HeaderClassName
{
color: #D86CB3;
}
.AnyTagClassName
{
color: #D86CB3;
}
</style>
background-color css
<style>
a { background-color: #D86CB3; }
a { background-color: rgb(216,108,179); }
div.DivClassName
{
background-color: #D86CB3;
}
.BgClassName
{
background-color: #D86CB3;
}
</style>
border-color css
<style>
span { border-color: #D86CB3; }
span { border-color: rgb(216,108,179); }
td.TdClassName
{
border-color: #D86CB3;
}
.TagClassName
{
border-color: #D86CB3;
}
</style>