Shades of Persian Pink #D577B7
Tints of Persian Pink #D577B7
RGB
CMYK
RGB Variations
Color information
#D577B7 (or 0xD577B7) is known color: Persian Pink. HEX triplet: D5, 77 and B7. RGB value is (213,119,183). Sum of RGB (Red+Green+Blue) = 213+119+183=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B7 is #2A8848. Grayscale: #9A9A9A. Windows color (decimal): -2787401 or 12023765. OLE color: 12023765.
HSL color Cylindrical-coordinate representation of color #D577B7: hue angle of 319.15º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577B7 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 183 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.16 |
| HSL | 319.15º | 0.53% | 0.65% | - |
| HSV(B) | 319.15º | 0.44% | 0.84% | - |
| XYZ | 42.58 | 30.76 | 48.49 | - |
| YUV | 154.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 183 | 0 | 0.44 | 0.14 | 0.16 | 319.15 | 0.53 | 0.65 |
| Hex | D5 | 77 | B7 | 0 | 2C | E | 10 | 13F | 35 | 41 |
| Octal | 325 | 167 | 267 | 0 | 54 | 16 | 20 | 477 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10110111 | 0 | 101100 | 1110 | 10000 | 100111111 | 110101 | 1000001 |
Color Harmonies of #D577B7
Complementary color
Monochromatic Colors of #D577B7
Black with #D577B7
Text Example
Text Example
White with #D577B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B7; }
p { color: rgb(213,119,183); }
H1.HeaderClassName
{
color: #D577B7;
}
.AnyTagClassName
{
color: #D577B7;
}
</style>
background-color css
<style>
a { background-color: #D577B7; }
a { background-color: rgb(213,119,183); }
div.DivClassName
{
background-color: #D577B7;
}
.BgClassName
{
background-color: #D577B7;
}
</style>
border-color css
<style>
span { border-color: #D577B7; }
span { border-color: rgb(213,119,183); }
td.TdClassName
{
border-color: #D577B7;
}
.TagClassName
{
border-color: #D577B7;
}
</style>