Shades of Persian Pink #D57DB7
Tints of Persian Pink #D57DB7
RGB
CMYK
RGB Variations
Color information
#D57DB7 (or 0xD57DB7) is known color: Persian Pink. HEX triplet: D5, 7D and B7. RGB value is (213,125,183). Sum of RGB (Red+Green+Blue) = 213+125+183=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DB7 is #2A8248. Grayscale: #9D9D9D. Windows color (decimal): -2785865 or 12025301. OLE color: 12025301.
HSL color Cylindrical-coordinate representation of color #D57DB7: hue angle of 320.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DB7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 183 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.16 |
| HSL | 320.45º | 0.51% | 0.66% | - |
| HSV(B) | 320.45º | 0.41% | 0.84% | - |
| XYZ | 43.32 | 32.23 | 48.74 | - |
| YUV | 157.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 183 | 0 | 0.41 | 0.14 | 0.16 | 320.45 | 0.51 | 0.66 |
| Hex | D5 | 7D | B7 | 0 | 29 | E | 10 | 140 | 33 | 42 |
| Octal | 325 | 175 | 267 | 0 | 51 | 16 | 20 | 500 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10110111 | 0 | 101001 | 1110 | 10000 | 101000000 | 110011 | 1000010 |
Color Harmonies of #D57DB7
Complementary color
Monochromatic Colors of #D57DB7
Black with #D57DB7
Text Example
Text Example
White with #D57DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DB7; }
p { color: rgb(213,125,183); }
H1.HeaderClassName
{
color: #D57DB7;
}
.AnyTagClassName
{
color: #D57DB7;
}
</style>
background-color css
<style>
a { background-color: #D57DB7; }
a { background-color: rgb(213,125,183); }
div.DivClassName
{
background-color: #D57DB7;
}
.BgClassName
{
background-color: #D57DB7;
}
</style>
border-color css
<style>
span { border-color: #D57DB7; }
span { border-color: rgb(213,125,183); }
td.TdClassName
{
border-color: #D57DB7;
}
.TagClassName
{
border-color: #D57DB7;
}
</style>