Shades of Persian Pink #D577B3
Tints of Persian Pink #D577B3
RGB
CMYK
RGB Variations
Color information
#D577B3 (or 0xD577B3) is known color: Persian Pink. HEX triplet: D5, 77 and B3. RGB value is (213,119,179). Sum of RGB (Red+Green+Blue) = 213+119+179=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B3 is #2A884C. Grayscale: #999999. Windows color (decimal): -2787405 or 11761621. OLE color: 11761621.
HSL color Cylindrical-coordinate representation of color #D577B3: hue angle of 321.7º 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 #D577B3 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 179 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.16 |
| HSL | 321.7º | 0.53% | 0.65% | - |
| HSV(B) | 321.7º | 0.44% | 0.84% | - |
| XYZ | 42.17 | 30.59 | 46.33 | - |
| YUV | 153.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 179 | 0 | 0.44 | 0.16 | 0.16 | 321.7 | 0.53 | 0.65 |
| Hex | D5 | 77 | B3 | 0 | 2C | 10 | 10 | 142 | 35 | 41 |
| Octal | 325 | 167 | 263 | 0 | 54 | 20 | 20 | 502 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10110011 | 0 | 101100 | 10000 | 10000 | 101000010 | 110101 | 1000001 |
Color Harmonies of #D577B3
Complementary color
Monochromatic Colors of #D577B3
Black with #D577B3
Text Example
Text Example
White with #D577B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B3; }
p { color: rgb(213,119,179); }
H1.HeaderClassName
{
color: #D577B3;
}
.AnyTagClassName
{
color: #D577B3;
}
</style>
background-color css
<style>
a { background-color: #D577B3; }
a { background-color: rgb(213,119,179); }
div.DivClassName
{
background-color: #D577B3;
}
.BgClassName
{
background-color: #D577B3;
}
</style>
border-color css
<style>
span { border-color: #D577B3; }
span { border-color: rgb(213,119,179); }
td.TdClassName
{
border-color: #D577B3;
}
.TagClassName
{
border-color: #D577B3;
}
</style>