Shades of Persian Pink #D577B2
Tints of Persian Pink #D577B2
RGB
CMYK
RGB Variations
Color information
#D577B2 (or 0xD577B2) is known color: Persian Pink. HEX triplet: D5, 77 and B2. RGB value is (213,119,178). Sum of RGB (Red+Green+Blue) = 213+119+178=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577B2 is #2A884D. Grayscale: #999999. Windows color (decimal): -2787406 or 11696085. OLE color: 11696085.
HSL color Cylindrical-coordinate representation of color #D577B2: hue angle of 322.34º 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 #D577B2 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 178 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.16 |
| HSL | 322.34º | 0.53% | 0.65% | - |
| HSV(B) | 322.34º | 0.44% | 0.84% | - |
| XYZ | 42.07 | 30.55 | 45.8 | - |
| YUV | 153.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 178 | 0 | 0.44 | 0.16 | 0.16 | 322.34 | 0.53 | 0.65 |
| Hex | D5 | 77 | B2 | 0 | 2C | 10 | 10 | 142 | 35 | 41 |
| Octal | 325 | 167 | 262 | 0 | 54 | 20 | 20 | 502 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10110010 | 0 | 101100 | 10000 | 10000 | 101000010 | 110101 | 1000001 |
Color Harmonies of #D577B2
Complementary color
Monochromatic Colors of #D577B2
Black with #D577B2
Text Example
Text Example
White with #D577B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B2; }
p { color: rgb(213,119,178); }
H1.HeaderClassName
{
color: #D577B2;
}
.AnyTagClassName
{
color: #D577B2;
}
</style>
background-color css
<style>
a { background-color: #D577B2; }
a { background-color: rgb(213,119,178); }
div.DivClassName
{
background-color: #D577B2;
}
.BgClassName
{
background-color: #D577B2;
}
</style>
border-color css
<style>
span { border-color: #D577B2; }
span { border-color: rgb(213,119,178); }
td.TdClassName
{
border-color: #D577B2;
}
.TagClassName
{
border-color: #D577B2;
}
</style>