Shades of Persian Pink #D57DBB
Tints of Persian Pink #D57DBB
RGB
CMYK
RGB Variations
Color information
#D57DBB (or 0xD57DBB) is known color: Persian Pink. HEX triplet: D5, 7D and BB. RGB value is (213,125,187). Sum of RGB (Red+Green+Blue) = 213+125+187=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DBB is #2A8244. Grayscale: #9E9E9E. Windows color (decimal): -2785861 or 12287445. OLE color: 12287445.
HSL color Cylindrical-coordinate representation of color #D57DBB: hue angle of 317.73º 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 #D57DBB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 187 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.16 |
| HSL | 317.73º | 0.51% | 0.66% | - |
| HSV(B) | 317.73º | 0.41% | 0.84% | - |
| XYZ | 43.74 | 32.4 | 50.96 | - |
| YUV | 158.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 187 | 0 | 0.41 | 0.12 | 0.16 | 317.73 | 0.51 | 0.66 |
| Hex | D5 | 7D | BB | 0 | 29 | C | 10 | 13E | 33 | 42 |
| Octal | 325 | 175 | 273 | 0 | 51 | 14 | 20 | 476 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10111011 | 0 | 101001 | 1100 | 10000 | 100111110 | 110011 | 1000010 |
Color Harmonies of #D57DBB
Complementary color
Monochromatic Colors of #D57DBB
Black with #D57DBB
Text Example
Text Example
White with #D57DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DBB; }
p { color: rgb(213,125,187); }
H1.HeaderClassName
{
color: #D57DBB;
}
.AnyTagClassName
{
color: #D57DBB;
}
</style>
background-color css
<style>
a { background-color: #D57DBB; }
a { background-color: rgb(213,125,187); }
div.DivClassName
{
background-color: #D57DBB;
}
.BgClassName
{
background-color: #D57DBB;
}
</style>
border-color css
<style>
span { border-color: #D57DBB; }
span { border-color: rgb(213,125,187); }
td.TdClassName
{
border-color: #D57DBB;
}
.TagClassName
{
border-color: #D57DBB;
}
</style>