Shades of Persian Pink #D57DB4
Tints of Persian Pink #D57DB4
RGB
CMYK
RGB Variations
Color information
#D57DB4 (or 0xD57DB4) is known color: Persian Pink. HEX triplet: D5, 7D and B4. RGB value is (213,125,180). Sum of RGB (Red+Green+Blue) = 213+125+180=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DB4 is #2A824B. Grayscale: #9D9D9D. Windows color (decimal): -2785868 or 11828693. OLE color: 11828693.
HSL color Cylindrical-coordinate representation of color #D57DB4: hue angle of 322.5º 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 #D57DB4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 180 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.16 |
| HSL | 322.5º | 0.51% | 0.66% | - |
| HSV(B) | 322.5º | 0.41% | 0.84% | - |
| XYZ | 43.01 | 32.11 | 47.11 | - |
| YUV | 157.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 180 | 0 | 0.41 | 0.15 | 0.16 | 322.5 | 0.51 | 0.66 |
| Hex | D5 | 7D | B4 | 0 | 29 | F | 10 | 142 | 33 | 42 |
| Octal | 325 | 175 | 264 | 0 | 51 | 17 | 20 | 502 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10110100 | 0 | 101001 | 1111 | 10000 | 101000010 | 110011 | 1000010 |
Color Harmonies of #D57DB4
Complementary color
Monochromatic Colors of #D57DB4
Black with #D57DB4
Text Example
Text Example
White with #D57DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DB4; }
p { color: rgb(213,125,180); }
H1.HeaderClassName
{
color: #D57DB4;
}
.AnyTagClassName
{
color: #D57DB4;
}
</style>
background-color css
<style>
a { background-color: #D57DB4; }
a { background-color: rgb(213,125,180); }
div.DivClassName
{
background-color: #D57DB4;
}
.BgClassName
{
background-color: #D57DB4;
}
</style>
border-color css
<style>
span { border-color: #D57DB4; }
span { border-color: rgb(213,125,180); }
td.TdClassName
{
border-color: #D57DB4;
}
.TagClassName
{
border-color: #D57DB4;
}
</style>