Shades of Persian Pink #D574B5
Tints of Persian Pink #D574B5
RGB
CMYK
RGB Variations
Color information
#D574B5 (or 0xD574B5) is known color: Persian Pink. HEX triplet: D5, 74 and B5. RGB value is (213,116,181). Sum of RGB (Red+Green+Blue) = 213+116+181=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B5 is #2A8B4A. Grayscale: #989898. Windows color (decimal): -2788171 or 11891925. OLE color: 11891925.
HSL color Cylindrical-coordinate representation of color #D574B5: hue angle of 319.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574B5 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 181 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.16 |
| HSL | 319.79º | 0.54% | 0.65% | - |
| HSV(B) | 319.79º | 0.46% | 0.84% | - |
| XYZ | 42.03 | 29.97 | 47.29 | - |
| YUV | 152.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 181 | 0 | 0.46 | 0.15 | 0.16 | 319.79 | 0.54 | 0.65 |
| Hex | D5 | 74 | B5 | 0 | 2E | F | 10 | 140 | 36 | 41 |
| Octal | 325 | 164 | 265 | 0 | 56 | 17 | 20 | 500 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10110101 | 0 | 101110 | 1111 | 10000 | 101000000 | 110110 | 1000001 |
Color Harmonies of #D574B5
Complementary color
Monochromatic Colors of #D574B5
Black with #D574B5
Text Example
Text Example
White with #D574B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574B5; }
p { color: rgb(213,116,181); }
H1.HeaderClassName
{
color: #D574B5;
}
.AnyTagClassName
{
color: #D574B5;
}
</style>
background-color css
<style>
a { background-color: #D574B5; }
a { background-color: rgb(213,116,181); }
div.DivClassName
{
background-color: #D574B5;
}
.BgClassName
{
background-color: #D574B5;
}
</style>
border-color css
<style>
span { border-color: #D574B5; }
span { border-color: rgb(213,116,181); }
td.TdClassName
{
border-color: #D574B5;
}
.TagClassName
{
border-color: #D574B5;
}
</style>