Shades of Persian Pink #D573B3
Tints of Persian Pink #D573B3
RGB
CMYK
RGB Variations
Color information
#D573B3 (or 0xD573B3) is known color: Persian Pink. HEX triplet: D5, 73 and B3. RGB value is (213,115,179). Sum of RGB (Red+Green+Blue) = 213+115+179=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B3 is #2A8C4C. Grayscale: #979797. Windows color (decimal): -2788429 or 11760597. OLE color: 11760597.
HSL color Cylindrical-coordinate representation of color #D573B3: hue angle of 320.82º 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 #D573B3 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 179 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.16 |
| HSL | 320.82º | 0.54% | 0.64% | - |
| HSV(B) | 320.82º | 0.46% | 0.84% | - |
| XYZ | 41.71 | 29.66 | 46.17 | - |
| YUV | 151.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 179 | 0 | 0.46 | 0.16 | 0.16 | 320.82 | 0.54 | 0.64 |
| Hex | D5 | 73 | B3 | 0 | 2E | 10 | 10 | 141 | 36 | 40 |
| Octal | 325 | 163 | 263 | 0 | 56 | 20 | 20 | 501 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10110011 | 0 | 101110 | 10000 | 10000 | 101000001 | 110110 | 1000000 |
Color Harmonies of #D573B3
Complementary color
Monochromatic Colors of #D573B3
Black with #D573B3
Text Example
Text Example
White with #D573B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573B3; }
p { color: rgb(213,115,179); }
H1.HeaderClassName
{
color: #D573B3;
}
.AnyTagClassName
{
color: #D573B3;
}
</style>
background-color css
<style>
a { background-color: #D573B3; }
a { background-color: rgb(213,115,179); }
div.DivClassName
{
background-color: #D573B3;
}
.BgClassName
{
background-color: #D573B3;
}
</style>
border-color css
<style>
span { border-color: #D573B3; }
span { border-color: rgb(213,115,179); }
td.TdClassName
{
border-color: #D573B3;
}
.TagClassName
{
border-color: #D573B3;
}
</style>