Shades of Persian Pink #D47CB5
Tints of Persian Pink #D47CB5
RGB
CMYK
RGB Variations
Color information
#D47CB5 (or 0xD47CB5) is known color: Persian Pink. HEX triplet: D4, 7C and B5. RGB value is (212,124,181). Sum of RGB (Red+Green+Blue) = 212+124+181=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CB5 is #2B834A. Grayscale: #9C9C9C. Windows color (decimal): -2851659 or 11893972. OLE color: 11893972.
HSL color Cylindrical-coordinate representation of color #D47CB5: hue angle of 321.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47CB5 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 181 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.17 |
| HSL | 321.14º | 0.51% | 0.66% | - |
| HSV(B) | 321.14º | 0.42% | 0.83% | - |
| XYZ | 42.7 | 31.75 | 47.59 | - |
| YUV | 156.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 181 | 0 | 0.42 | 0.15 | 0.17 | 321.14 | 0.51 | 0.66 |
| Hex | D4 | 7C | B5 | 0 | 2A | F | 11 | 141 | 33 | 42 |
| Octal | 324 | 174 | 265 | 0 | 52 | 17 | 21 | 501 | 63 | 102 |
| Binary | 11010100 | 1111100 | 10110101 | 0 | 101010 | 1111 | 10001 | 101000001 | 110011 | 1000010 |
Color Harmonies of #D47CB5
Complementary color
Monochromatic Colors of #D47CB5
Black with #D47CB5
Text Example
Text Example
White with #D47CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CB5; }
p { color: rgb(212,124,181); }
H1.HeaderClassName
{
color: #D47CB5;
}
.AnyTagClassName
{
color: #D47CB5;
}
</style>
background-color css
<style>
a { background-color: #D47CB5; }
a { background-color: rgb(212,124,181); }
div.DivClassName
{
background-color: #D47CB5;
}
.BgClassName
{
background-color: #D47CB5;
}
</style>
border-color css
<style>
span { border-color: #D47CB5; }
span { border-color: rgb(212,124,181); }
td.TdClassName
{
border-color: #D47CB5;
}
.TagClassName
{
border-color: #D47CB5;
}
</style>