Shades of Persian Pink #D577B5
Tints of Persian Pink #D577B5
RGB
CMYK
RGB Variations
Color information
#D577B5 (or 0xD577B5) is known color: Persian Pink. HEX triplet: D5, 77 and B5. RGB value is (213,119,181). Sum of RGB (Red+Green+Blue) = 213+119+181=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B5 is #2A884A. Grayscale: #9A9A9A. Windows color (decimal): -2787403 or 11892693. OLE color: 11892693.
HSL color Cylindrical-coordinate representation of color #D577B5: hue angle of 320.43º 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 #D577B5 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 181 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.16 |
| HSL | 320.43º | 0.53% | 0.65% | - |
| HSV(B) | 320.43º | 0.44% | 0.84% | - |
| XYZ | 42.38 | 30.68 | 47.4 | - |
| YUV | 154.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 181 | 0 | 0.44 | 0.15 | 0.16 | 320.43 | 0.53 | 0.65 |
| Hex | D5 | 77 | B5 | 0 | 2C | F | 10 | 140 | 35 | 41 |
| Octal | 325 | 167 | 265 | 0 | 54 | 17 | 20 | 500 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10110101 | 0 | 101100 | 1111 | 10000 | 101000000 | 110101 | 1000001 |
Color Harmonies of #D577B5
Complementary color
Monochromatic Colors of #D577B5
Black with #D577B5
Text Example
Text Example
White with #D577B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B5; }
p { color: rgb(213,119,181); }
H1.HeaderClassName
{
color: #D577B5;
}
.AnyTagClassName
{
color: #D577B5;
}
</style>
background-color css
<style>
a { background-color: #D577B5; }
a { background-color: rgb(213,119,181); }
div.DivClassName
{
background-color: #D577B5;
}
.BgClassName
{
background-color: #D577B5;
}
</style>
border-color css
<style>
span { border-color: #D577B5; }
span { border-color: rgb(213,119,181); }
td.TdClassName
{
border-color: #D577B5;
}
.TagClassName
{
border-color: #D577B5;
}
</style>