Shades of Persian Pink #D870B5
Tints of Persian Pink #D870B5
RGB
CMYK
RGB Variations
Color information
#D870B5 (or 0xD870B5) is known color: Persian Pink. HEX triplet: D8, 70 and B5. RGB value is (216,112,181). Sum of RGB (Red+Green+Blue) = 216+112+181=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D870B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870B5 is #278F4A. Grayscale: #969696. Windows color (decimal): -2592587 or 11890904. OLE color: 11890904.
HSL color Cylindrical-coordinate representation of color #D870B5: hue angle of 320.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870B5 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 181 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.15 |
| HSL | 320.19º | 0.57% | 0.64% | - |
| HSV(B) | 320.19º | 0.48% | 0.85% | - |
| XYZ | 42.45 | 29.52 | 47.18 | - |
| YUV | 150.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 181 | 0 | 0.48 | 0.16 | 0.15 | 320.19 | 0.57 | 0.64 |
| Hex | D8 | 70 | B5 | 0 | 30 | 10 | F | 140 | 39 | 40 |
| Octal | 330 | 160 | 265 | 0 | 60 | 20 | 17 | 500 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10110101 | 0 | 110000 | 10000 | 1111 | 101000000 | 111001 | 1000000 |
Color Harmonies of #D870B5
Complementary color
Monochromatic Colors of #D870B5
Black with #D870B5
Text Example
Text Example
White with #D870B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870B5; }
p { color: rgb(216,112,181); }
H1.HeaderClassName
{
color: #D870B5;
}
.AnyTagClassName
{
color: #D870B5;
}
</style>
background-color css
<style>
a { background-color: #D870B5; }
a { background-color: rgb(216,112,181); }
div.DivClassName
{
background-color: #D870B5;
}
.BgClassName
{
background-color: #D870B5;
}
</style>
border-color css
<style>
span { border-color: #D870B5; }
span { border-color: rgb(216,112,181); }
td.TdClassName
{
border-color: #D870B5;
}
.TagClassName
{
border-color: #D870B5;
}
</style>