Shades of Persian Pink #D47EB5
Tints of Persian Pink #D47EB5
RGB
CMYK
RGB Variations
Color information
#D47EB5 (or 0xD47EB5) is known color: Persian Pink. HEX triplet: D4, 7E and B5. RGB value is (212,126,181). Sum of RGB (Red+Green+Blue) = 212+126+181=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EB5 is #2B814A. Grayscale: #9D9D9D. Windows color (decimal): -2851147 or 11894484. OLE color: 11894484.
HSL color Cylindrical-coordinate representation of color #D47EB5: hue angle of 321.63º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47EB5 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 181 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.17 |
| HSL | 321.63º | 0.5% | 0.66% | - |
| HSV(B) | 321.63º | 0.41% | 0.83% | - |
| XYZ | 42.95 | 32.25 | 47.68 | - |
| YUV | 157.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 181 | 0 | 0.41 | 0.15 | 0.17 | 321.63 | 0.5 | 0.66 |
| Hex | D4 | 7E | B5 | 0 | 29 | F | 11 | 142 | 32 | 42 |
| Octal | 324 | 176 | 265 | 0 | 51 | 17 | 21 | 502 | 62 | 102 |
| Binary | 11010100 | 1111110 | 10110101 | 0 | 101001 | 1111 | 10001 | 101000010 | 110010 | 1000010 |
Color Harmonies of #D47EB5
Complementary color
Monochromatic Colors of #D47EB5
Black with #D47EB5
Text Example
Text Example
White with #D47EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EB5; }
p { color: rgb(212,126,181); }
H1.HeaderClassName
{
color: #D47EB5;
}
.AnyTagClassName
{
color: #D47EB5;
}
</style>
background-color css
<style>
a { background-color: #D47EB5; }
a { background-color: rgb(212,126,181); }
div.DivClassName
{
background-color: #D47EB5;
}
.BgClassName
{
background-color: #D47EB5;
}
</style>
border-color css
<style>
span { border-color: #D47EB5; }
span { border-color: rgb(212,126,181); }
td.TdClassName
{
border-color: #D47EB5;
}
.TagClassName
{
border-color: #D47EB5;
}
</style>