Shades of Persian Pink #D570B4
Tints of Persian Pink #D570B4
RGB
CMYK
RGB Variations
Color information
#D570B4 (or 0xD570B4) is known color: Persian Pink. HEX triplet: D5, 70 and B4. RGB value is (213,112,180). Sum of RGB (Red+Green+Blue) = 213+112+180=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570B4 is #2A8F4B. Grayscale: #959595. Windows color (decimal): -2789196 or 11825365. OLE color: 11825365.
HSL color Cylindrical-coordinate representation of color #D570B4: hue angle of 319.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570B4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 180 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.16 |
| HSL | 319.6º | 0.55% | 0.64% | - |
| HSV(B) | 319.6º | 0.47% | 0.84% | - |
| XYZ | 41.47 | 29.03 | 46.6 | - |
| YUV | 149.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 180 | 0 | 0.47 | 0.15 | 0.16 | 319.6 | 0.55 | 0.64 |
| Hex | D5 | 70 | B4 | 0 | 2F | F | 10 | 140 | 37 | 40 |
| Octal | 325 | 160 | 264 | 0 | 57 | 17 | 20 | 500 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10110100 | 0 | 101111 | 1111 | 10000 | 101000000 | 110111 | 1000000 |
Color Harmonies of #D570B4
Complementary color
Monochromatic Colors of #D570B4
Black with #D570B4
Text Example
Text Example
White with #D570B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570B4; }
p { color: rgb(213,112,180); }
H1.HeaderClassName
{
color: #D570B4;
}
.AnyTagClassName
{
color: #D570B4;
}
</style>
background-color css
<style>
a { background-color: #D570B4; }
a { background-color: rgb(213,112,180); }
div.DivClassName
{
background-color: #D570B4;
}
.BgClassName
{
background-color: #D570B4;
}
</style>
border-color css
<style>
span { border-color: #D570B4; }
span { border-color: rgb(213,112,180); }
td.TdClassName
{
border-color: #D570B4;
}
.TagClassName
{
border-color: #D570B4;
}
</style>