Shades of Persian Pink #D57BBA
Tints of Persian Pink #D57BBA
RGB
CMYK
RGB Variations
Color information
#D57BBA (or 0xD57BBA) is known color: Persian Pink. HEX triplet: D5, 7B and BA. RGB value is (213,123,186). Sum of RGB (Red+Green+Blue) = 213+123+186=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBA is #2A8445. Grayscale: #9C9C9C. Windows color (decimal): -2786374 or 12221397. OLE color: 12221397.
HSL color Cylindrical-coordinate representation of color #D57BBA: hue angle of 318º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BBA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 186 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.16 |
| HSL | 318º | 0.52% | 0.66% | - |
| HSV(B) | 318º | 0.42% | 0.84% | - |
| XYZ | 43.39 | 31.86 | 50.32 | - |
| YUV | 157.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 186 | 0 | 0.42 | 0.13 | 0.16 | 318 | 0.52 | 0.66 |
| Hex | D5 | 7B | BA | 0 | 2A | D | 10 | 13E | 34 | 42 |
| Octal | 325 | 173 | 272 | 0 | 52 | 15 | 20 | 476 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10111010 | 0 | 101010 | 1101 | 10000 | 100111110 | 110100 | 1000010 |
Color Harmonies of #D57BBA
Complementary color
Monochromatic Colors of #D57BBA
Black with #D57BBA
Text Example
Text Example
White with #D57BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BBA; }
p { color: rgb(213,123,186); }
H1.HeaderClassName
{
color: #D57BBA;
}
.AnyTagClassName
{
color: #D57BBA;
}
</style>
background-color css
<style>
a { background-color: #D57BBA; }
a { background-color: rgb(213,123,186); }
div.DivClassName
{
background-color: #D57BBA;
}
.BgClassName
{
background-color: #D57BBA;
}
</style>
border-color css
<style>
span { border-color: #D57BBA; }
span { border-color: rgb(213,123,186); }
td.TdClassName
{
border-color: #D57BBA;
}
.TagClassName
{
border-color: #D57BBA;
}
</style>