Shades of Persian Pink #D86EB4
Tints of Persian Pink #D86EB4
RGB
CMYK
RGB Variations
Color information
#D86EB4 (or 0xD86EB4) is known color: Persian Pink. HEX triplet: D8, 6E and B4. RGB value is (216,110,180). Sum of RGB (Red+Green+Blue) = 216+110+180=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB4 is #27914B. Grayscale: #959595. Windows color (decimal): -2593100 or 11824856. OLE color: 11824856.
HSL color Cylindrical-coordinate representation of color #D86EB4: hue angle of 320.38º degrees, saturation: 0.58, 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 #D86EB4 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 180 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.15 |
| HSL | 320.38º | 0.58% | 0.64% | - |
| HSV(B) | 320.38º | 0.49% | 0.85% | - |
| XYZ | 42.13 | 29.05 | 46.57 | - |
| YUV | 149.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 180 | 0 | 0.49 | 0.17 | 0.15 | 320.38 | 0.58 | 0.64 |
| Hex | D8 | 6E | B4 | 0 | 31 | 11 | F | 140 | 3A | 40 |
| Octal | 330 | 156 | 264 | 0 | 61 | 21 | 17 | 500 | 72 | 100 |
| Binary | 11011000 | 1101110 | 10110100 | 0 | 110001 | 10001 | 1111 | 101000000 | 111010 | 1000000 |
Color Harmonies of #D86EB4
Complementary color
Monochromatic Colors of #D86EB4
Black with #D86EB4
Text Example
Text Example
White with #D86EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EB4; }
p { color: rgb(216,110,180); }
H1.HeaderClassName
{
color: #D86EB4;
}
.AnyTagClassName
{
color: #D86EB4;
}
</style>
background-color css
<style>
a { background-color: #D86EB4; }
a { background-color: rgb(216,110,180); }
div.DivClassName
{
background-color: #D86EB4;
}
.BgClassName
{
background-color: #D86EB4;
}
</style>
border-color css
<style>
span { border-color: #D86EB4; }
span { border-color: rgb(216,110,180); }
td.TdClassName
{
border-color: #D86EB4;
}
.TagClassName
{
border-color: #D86EB4;
}
</style>