Shades of Persian Pink #D57DB5
Tints of Persian Pink #D57DB5
RGB
CMYK
RGB Variations
Color information
#D57DB5 (or 0xD57DB5) is known color: Persian Pink. HEX triplet: D5, 7D and B5. RGB value is (213,125,181). Sum of RGB (Red+Green+Blue) = 213+125+181=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DB5 is #2A824A. Grayscale: #9D9D9D. Windows color (decimal): -2785867 or 11894229. OLE color: 11894229.
HSL color Cylindrical-coordinate representation of color #D57DB5: hue angle of 321.82º 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 #D57DB5 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 181 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.16 |
| HSL | 321.82º | 0.51% | 0.66% | - |
| HSV(B) | 321.82º | 0.41% | 0.84% | - |
| XYZ | 43.11 | 32.15 | 47.65 | - |
| YUV | 157.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 181 | 0 | 0.41 | 0.15 | 0.16 | 321.82 | 0.51 | 0.66 |
| Hex | D5 | 7D | B5 | 0 | 29 | F | 10 | 142 | 33 | 42 |
| Octal | 325 | 175 | 265 | 0 | 51 | 17 | 20 | 502 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10110101 | 0 | 101001 | 1111 | 10000 | 101000010 | 110011 | 1000010 |
Color Harmonies of #D57DB5
Complementary color
Monochromatic Colors of #D57DB5
Black with #D57DB5
Text Example
Text Example
White with #D57DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DB5; }
p { color: rgb(213,125,181); }
H1.HeaderClassName
{
color: #D57DB5;
}
.AnyTagClassName
{
color: #D57DB5;
}
</style>
background-color css
<style>
a { background-color: #D57DB5; }
a { background-color: rgb(213,125,181); }
div.DivClassName
{
background-color: #D57DB5;
}
.BgClassName
{
background-color: #D57DB5;
}
</style>
border-color css
<style>
span { border-color: #D57DB5; }
span { border-color: rgb(213,125,181); }
td.TdClassName
{
border-color: #D57DB5;
}
.TagClassName
{
border-color: #D57DB5;
}
</style>