Shades of Persian Rose #DF3AAD
Tints of Persian Rose #DF3AAD
RGB
CMYK
RGB Variations
Color information
#DF3AAD (or 0xDF3AAD) is known color: Persian Rose. HEX triplet: DF, 3A and AD. RGB value is (223,58,173). Sum of RGB (Red+Green+Blue) = 223+58+173=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AAD is #20C552. Grayscale: #787878. Windows color (decimal): -2147667 or 11352799. OLE color: 11352799.
HSL color Cylindrical-coordinate representation of color #DF3AAD: hue angle of 318.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3AAD is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 173 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.13 |
| HSL | 318.18º | 0.72% | 0.55% | - |
| HSV(B) | 318.18º | 0.74% | 0.87% | - |
| XYZ | 39.49 | 21.73 | 41.65 | - |
| YUV | 120.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 173 | 0 | 0.74 | 0.22 | 0.13 | 318.18 | 0.72 | 0.55 |
| Hex | DF | 3A | AD | 0 | 4A | 16 | D | 13E | 48 | 37 |
| Octal | 337 | 72 | 255 | 0 | 112 | 26 | 15 | 476 | 110 | 67 |
| Binary | 11011111 | 111010 | 10101101 | 0 | 1001010 | 10110 | 1101 | 100111110 | 1001000 | 110111 |
Color Harmonies of #DF3AAD
Complementary color
Monochromatic Colors of #DF3AAD
Black with #DF3AAD
Text Example
Text Example
White with #DF3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3AAD; }
p { color: rgb(223,58,173); }
H1.HeaderClassName
{
color: #DF3AAD;
}
.AnyTagClassName
{
color: #DF3AAD;
}
</style>
background-color css
<style>
a { background-color: #DF3AAD; }
a { background-color: rgb(223,58,173); }
div.DivClassName
{
background-color: #DF3AAD;
}
.BgClassName
{
background-color: #DF3AAD;
}
</style>
border-color css
<style>
span { border-color: #DF3AAD; }
span { border-color: rgb(223,58,173); }
td.TdClassName
{
border-color: #DF3AAD;
}
.TagClassName
{
border-color: #DF3AAD;
}
</style>