Shades of Persian Pink #D577B8
Tints of Persian Pink #D577B8
RGB
CMYK
RGB Variations
Color information
#D577B8 (or 0xD577B8) is known color: Persian Pink. HEX triplet: D5, 77 and B8. RGB value is (213,119,184). Sum of RGB (Red+Green+Blue) = 213+119+184=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B8 is #2A8847. Grayscale: #9A9A9A. Windows color (decimal): -2787400 or 12089301. OLE color: 12089301.
HSL color Cylindrical-coordinate representation of color #D577B8: hue angle of 318.51º 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 #D577B8 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 184 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.16 |
| HSL | 318.51º | 0.53% | 0.65% | - |
| HSV(B) | 318.51º | 0.44% | 0.84% | - |
| XYZ | 42.69 | 30.8 | 49.04 | - |
| YUV | 154.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 184 | 0 | 0.44 | 0.14 | 0.16 | 318.51 | 0.53 | 0.65 |
| Hex | D5 | 77 | B8 | 0 | 2C | E | 10 | 13F | 35 | 41 |
| Octal | 325 | 167 | 270 | 0 | 54 | 16 | 20 | 477 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10111000 | 0 | 101100 | 1110 | 10000 | 100111111 | 110101 | 1000001 |
Color Harmonies of #D577B8
Complementary color
Monochromatic Colors of #D577B8
Black with #D577B8
Text Example
Text Example
White with #D577B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B8; }
p { color: rgb(213,119,184); }
H1.HeaderClassName
{
color: #D577B8;
}
.AnyTagClassName
{
color: #D577B8;
}
</style>
background-color css
<style>
a { background-color: #D577B8; }
a { background-color: rgb(213,119,184); }
div.DivClassName
{
background-color: #D577B8;
}
.BgClassName
{
background-color: #D577B8;
}
</style>
border-color css
<style>
span { border-color: #D577B8; }
span { border-color: rgb(213,119,184); }
td.TdClassName
{
border-color: #D577B8;
}
.TagClassName
{
border-color: #D577B8;
}
</style>