Shades of Persian Pink #D57AB3
Tints of Persian Pink #D57AB3
RGB
CMYK
RGB Variations
Color information
#D57AB3 (or 0xD57AB3) is known color: Persian Pink. HEX triplet: D5, 7A and B3. RGB value is (213,122,179). Sum of RGB (Red+Green+Blue) = 213+122+179=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB3 is #2A854C. Grayscale: #9B9B9B. Windows color (decimal): -2786637 or 11762389. OLE color: 11762389.
HSL color Cylindrical-coordinate representation of color #D57AB3: hue angle of 322.42º 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 #D57AB3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 179 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.16 |
| HSL | 322.42º | 0.52% | 0.66% | - |
| HSV(B) | 322.42º | 0.43% | 0.84% | - |
| XYZ | 42.54 | 31.32 | 46.45 | - |
| YUV | 155.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 179 | 0 | 0.43 | 0.16 | 0.16 | 322.42 | 0.52 | 0.66 |
| Hex | D5 | 7A | B3 | 0 | 2B | 10 | 10 | 142 | 34 | 42 |
| Octal | 325 | 172 | 263 | 0 | 53 | 20 | 20 | 502 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10110011 | 0 | 101011 | 10000 | 10000 | 101000010 | 110100 | 1000010 |
Color Harmonies of #D57AB3
Complementary color
Monochromatic Colors of #D57AB3
Black with #D57AB3
Text Example
Text Example
White with #D57AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AB3; }
p { color: rgb(213,122,179); }
H1.HeaderClassName
{
color: #D57AB3;
}
.AnyTagClassName
{
color: #D57AB3;
}
</style>
background-color css
<style>
a { background-color: #D57AB3; }
a { background-color: rgb(213,122,179); }
div.DivClassName
{
background-color: #D57AB3;
}
.BgClassName
{
background-color: #D57AB3;
}
</style>
border-color css
<style>
span { border-color: #D57AB3; }
span { border-color: rgb(213,122,179); }
td.TdClassName
{
border-color: #D57AB3;
}
.TagClassName
{
border-color: #D57AB3;
}
</style>