Shades of Persian Pink #D579B5
Tints of Persian Pink #D579B5
RGB
CMYK
RGB Variations
Color information
#D579B5 (or 0xD579B5) is known color: Persian Pink. HEX triplet: D5, 79 and B5. RGB value is (213,121,181). Sum of RGB (Red+Green+Blue) = 213+121+181=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D579B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579B5 is #2A864A. Grayscale: #9B9B9B. Windows color (decimal): -2786891 or 11893205. OLE color: 11893205.
HSL color Cylindrical-coordinate representation of color #D579B5: hue angle of 320.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579B5 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 181 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.16 |
| HSL | 320.87º | 0.52% | 0.65% | - |
| HSV(B) | 320.87º | 0.43% | 0.84% | - |
| XYZ | 42.62 | 31.16 | 47.48 | - |
| YUV | 155.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 181 | 0 | 0.43 | 0.15 | 0.16 | 320.87 | 0.52 | 0.65 |
| Hex | D5 | 79 | B5 | 0 | 2B | F | 10 | 141 | 34 | 41 |
| Octal | 325 | 171 | 265 | 0 | 53 | 17 | 20 | 501 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10110101 | 0 | 101011 | 1111 | 10000 | 101000001 | 110100 | 1000001 |
Color Harmonies of #D579B5
Complementary color
Monochromatic Colors of #D579B5
Black with #D579B5
Text Example
Text Example
White with #D579B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579B5; }
p { color: rgb(213,121,181); }
H1.HeaderClassName
{
color: #D579B5;
}
.AnyTagClassName
{
color: #D579B5;
}
</style>
background-color css
<style>
a { background-color: #D579B5; }
a { background-color: rgb(213,121,181); }
div.DivClassName
{
background-color: #D579B5;
}
.BgClassName
{
background-color: #D579B5;
}
</style>
border-color css
<style>
span { border-color: #D579B5; }
span { border-color: rgb(213,121,181); }
td.TdClassName
{
border-color: #D579B5;
}
.TagClassName
{
border-color: #D579B5;
}
</style>