Shades of Persian Pink #D574B3
Tints of Persian Pink #D574B3
RGB
CMYK
RGB Variations
Color information
#D574B3 (or 0xD574B3) is known color: Persian Pink. HEX triplet: D5, 74 and B3. RGB value is (213,116,179). Sum of RGB (Red+Green+Blue) = 213+116+179=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B3 is #2A8B4C. Grayscale: #989898. Windows color (decimal): -2788173 or 11760853. OLE color: 11760853.
HSL color Cylindrical-coordinate representation of color #D574B3: hue angle of 321.03º 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 #D574B3 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 179 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.16 |
| HSL | 321.03º | 0.54% | 0.65% | - |
| HSV(B) | 321.03º | 0.46% | 0.84% | - |
| XYZ | 41.82 | 29.89 | 46.21 | - |
| YUV | 152.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 179 | 0 | 0.46 | 0.16 | 0.16 | 321.03 | 0.54 | 0.65 |
| Hex | D5 | 74 | B3 | 0 | 2E | 10 | 10 | 141 | 36 | 41 |
| Octal | 325 | 164 | 263 | 0 | 56 | 20 | 20 | 501 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10110011 | 0 | 101110 | 10000 | 10000 | 101000001 | 110110 | 1000001 |
Color Harmonies of #D574B3
Complementary color
Monochromatic Colors of #D574B3
Black with #D574B3
Text Example
Text Example
White with #D574B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574B3; }
p { color: rgb(213,116,179); }
H1.HeaderClassName
{
color: #D574B3;
}
.AnyTagClassName
{
color: #D574B3;
}
</style>
background-color css
<style>
a { background-color: #D574B3; }
a { background-color: rgb(213,116,179); }
div.DivClassName
{
background-color: #D574B3;
}
.BgClassName
{
background-color: #D574B3;
}
</style>
border-color css
<style>
span { border-color: #D574B3; }
span { border-color: rgb(213,116,179); }
td.TdClassName
{
border-color: #D574B3;
}
.TagClassName
{
border-color: #D574B3;
}
</style>