Shades of Persian Pink #D57DB6
Tints of Persian Pink #D57DB6
RGB
CMYK
RGB Variations
Color information
#D57DB6 (or 0xD57DB6) is known color: Persian Pink. HEX triplet: D5, 7D and B6. RGB value is (213,125,182). Sum of RGB (Red+Green+Blue) = 213+125+182=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DB6 is #2A8249. Grayscale: #9D9D9D. Windows color (decimal): -2785866 or 11959765. OLE color: 11959765.
HSL color Cylindrical-coordinate representation of color #D57DB6: hue angle of 321.14º 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 #D57DB6 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 182 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.16 |
| HSL | 321.14º | 0.51% | 0.66% | - |
| HSV(B) | 321.14º | 0.41% | 0.84% | - |
| XYZ | 43.22 | 32.19 | 48.19 | - |
| YUV | 157.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 182 | 0 | 0.41 | 0.15 | 0.16 | 321.14 | 0.51 | 0.66 |
| Hex | D5 | 7D | B6 | 0 | 29 | F | 10 | 141 | 33 | 42 |
| Octal | 325 | 175 | 266 | 0 | 51 | 17 | 20 | 501 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10110110 | 0 | 101001 | 1111 | 10000 | 101000001 | 110011 | 1000010 |
Color Harmonies of #D57DB6
Complementary color
Monochromatic Colors of #D57DB6
Black with #D57DB6
Text Example
Text Example
White with #D57DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DB6; }
p { color: rgb(213,125,182); }
H1.HeaderClassName
{
color: #D57DB6;
}
.AnyTagClassName
{
color: #D57DB6;
}
</style>
background-color css
<style>
a { background-color: #D57DB6; }
a { background-color: rgb(213,125,182); }
div.DivClassName
{
background-color: #D57DB6;
}
.BgClassName
{
background-color: #D57DB6;
}
</style>
border-color css
<style>
span { border-color: #D57DB6; }
span { border-color: rgb(213,125,182); }
td.TdClassName
{
border-color: #D57DB6;
}
.TagClassName
{
border-color: #D57DB6;
}
</style>