Shades of Persian Pink #D573B6
Tints of Persian Pink #D573B6
RGB
CMYK
RGB Variations
Color information
#D573B6 (or 0xD573B6) is known color: Persian Pink. HEX triplet: D5, 73 and B6. RGB value is (213,115,182). Sum of RGB (Red+Green+Blue) = 213+115+182=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B6 is #2A8C49. Grayscale: #979797. Windows color (decimal): -2788426 or 11957205. OLE color: 11957205.
HSL color Cylindrical-coordinate representation of color #D573B6: hue angle of 318.98º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573B6 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 182 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.16 |
| HSL | 318.98º | 0.54% | 0.64% | - |
| HSV(B) | 318.98º | 0.46% | 0.84% | - |
| XYZ | 42.01 | 29.79 | 47.79 | - |
| YUV | 151.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 182 | 0 | 0.46 | 0.15 | 0.16 | 318.98 | 0.54 | 0.64 |
| Hex | D5 | 73 | B6 | 0 | 2E | F | 10 | 13F | 36 | 40 |
| Octal | 325 | 163 | 266 | 0 | 56 | 17 | 20 | 477 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10110110 | 0 | 101110 | 1111 | 10000 | 100111111 | 110110 | 1000000 |
Color Harmonies of #D573B6
Complementary color
Monochromatic Colors of #D573B6
Black with #D573B6
Text Example
Text Example
White with #D573B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573B6; }
p { color: rgb(213,115,182); }
H1.HeaderClassName
{
color: #D573B6;
}
.AnyTagClassName
{
color: #D573B6;
}
</style>
background-color css
<style>
a { background-color: #D573B6; }
a { background-color: rgb(213,115,182); }
div.DivClassName
{
background-color: #D573B6;
}
.BgClassName
{
background-color: #D573B6;
}
</style>
border-color css
<style>
span { border-color: #D573B6; }
span { border-color: rgb(213,115,182); }
td.TdClassName
{
border-color: #D573B6;
}
.TagClassName
{
border-color: #D573B6;
}
</style>