Shades of Persian Pink #D573B4
Tints of Persian Pink #D573B4
RGB
CMYK
RGB Variations
Color information
#D573B4 (or 0xD573B4) is known color: Persian Pink. HEX triplet: D5, 73 and B4. RGB value is (213,115,180). Sum of RGB (Red+Green+Blue) = 213+115+180=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B4 is #2A8C4B. Grayscale: #979797. Windows color (decimal): -2788428 or 11826133. OLE color: 11826133.
HSL color Cylindrical-coordinate representation of color #D573B4: hue angle of 320.2º 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 #D573B4 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 180 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.16 |
| HSL | 320.2º | 0.54% | 0.64% | - |
| HSV(B) | 320.2º | 0.46% | 0.84% | - |
| XYZ | 41.81 | 29.7 | 46.71 | - |
| YUV | 151.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 180 | 0 | 0.46 | 0.15 | 0.16 | 320.2 | 0.54 | 0.64 |
| Hex | D5 | 73 | B4 | 0 | 2E | F | 10 | 140 | 36 | 40 |
| Octal | 325 | 163 | 264 | 0 | 56 | 17 | 20 | 500 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10110100 | 0 | 101110 | 1111 | 10000 | 101000000 | 110110 | 1000000 |
Color Harmonies of #D573B4
Complementary color
Monochromatic Colors of #D573B4
Black with #D573B4
Text Example
Text Example
White with #D573B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573B4; }
p { color: rgb(213,115,180); }
H1.HeaderClassName
{
color: #D573B4;
}
.AnyTagClassName
{
color: #D573B4;
}
</style>
background-color css
<style>
a { background-color: #D573B4; }
a { background-color: rgb(213,115,180); }
div.DivClassName
{
background-color: #D573B4;
}
.BgClassName
{
background-color: #D573B4;
}
</style>
border-color css
<style>
span { border-color: #D573B4; }
span { border-color: rgb(213,115,180); }
td.TdClassName
{
border-color: #D573B4;
}
.TagClassName
{
border-color: #D573B4;
}
</style>