Shades of Persian Pink #D57AB8
Tints of Persian Pink #D57AB8
RGB
CMYK
RGB Variations
Color information
#D57AB8 (or 0xD57AB8) is known color: Persian Pink. HEX triplet: D5, 7A and B8. RGB value is (213,122,184). Sum of RGB (Red+Green+Blue) = 213+122+184=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB8 is #2A8547. Grayscale: #9C9C9C. Windows color (decimal): -2786632 or 12090069. OLE color: 12090069.
HSL color Cylindrical-coordinate representation of color #D57AB8: hue angle of 319.12º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57AB8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 184 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.16 |
| HSL | 319.12º | 0.52% | 0.66% | - |
| HSV(B) | 319.12º | 0.43% | 0.84% | - |
| XYZ | 43.05 | 31.53 | 49.16 | - |
| YUV | 156.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 184 | 0 | 0.43 | 0.14 | 0.16 | 319.12 | 0.52 | 0.66 |
| Hex | D5 | 7A | B8 | 0 | 2B | E | 10 | 13F | 34 | 42 |
| Octal | 325 | 172 | 270 | 0 | 53 | 16 | 20 | 477 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10111000 | 0 | 101011 | 1110 | 10000 | 100111111 | 110100 | 1000010 |
Color Harmonies of #D57AB8
Complementary color
Monochromatic Colors of #D57AB8
Black with #D57AB8
Text Example
Text Example
White with #D57AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AB8; }
p { color: rgb(213,122,184); }
H1.HeaderClassName
{
color: #D57AB8;
}
.AnyTagClassName
{
color: #D57AB8;
}
</style>
background-color css
<style>
a { background-color: #D57AB8; }
a { background-color: rgb(213,122,184); }
div.DivClassName
{
background-color: #D57AB8;
}
.BgClassName
{
background-color: #D57AB8;
}
</style>
border-color css
<style>
span { border-color: #D57AB8; }
span { border-color: rgb(213,122,184); }
td.TdClassName
{
border-color: #D57AB8;
}
.TagClassName
{
border-color: #D57AB8;
}
</style>