Shades of Persian Rose #DD3AAF
Tints of Persian Rose #DD3AAF
RGB
CMYK
RGB Variations
Color information
#DD3AAF (or 0xDD3AAF) is known color: Persian Rose. HEX triplet: DD, 3A and AF. RGB value is (221,58,175). Sum of RGB (Red+Green+Blue) = 221+58+175=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AAF is #22C550. Grayscale: #777777. Windows color (decimal): -2278737 or 11483869. OLE color: 11483869.
HSL color Cylindrical-coordinate representation of color #DD3AAF: hue angle of 316.93º degrees, saturation: 0.71, 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 #DD3AAF is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 175 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.13 |
| HSL | 316.93º | 0.71% | 0.55% | - |
| HSV(B) | 316.93º | 0.74% | 0.87% | - |
| XYZ | 39.07 | 21.49 | 42.65 | - |
| YUV | 120.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 175 | 0 | 0.74 | 0.21 | 0.13 | 316.93 | 0.71 | 0.55 |
| Hex | DD | 3A | AF | 0 | 4A | 15 | D | 13D | 47 | 37 |
| Octal | 335 | 72 | 257 | 0 | 112 | 25 | 15 | 475 | 107 | 67 |
| Binary | 11011101 | 111010 | 10101111 | 0 | 1001010 | 10101 | 1101 | 100111101 | 1000111 | 110111 |
Color Harmonies of #DD3AAF
Complementary color
Monochromatic Colors of #DD3AAF
Black with #DD3AAF
Text Example
Text Example
White with #DD3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AAF; }
p { color: rgb(221,58,175); }
H1.HeaderClassName
{
color: #DD3AAF;
}
.AnyTagClassName
{
color: #DD3AAF;
}
</style>
background-color css
<style>
a { background-color: #DD3AAF; }
a { background-color: rgb(221,58,175); }
div.DivClassName
{
background-color: #DD3AAF;
}
.BgClassName
{
background-color: #DD3AAF;
}
</style>
border-color css
<style>
span { border-color: #DD3AAF; }
span { border-color: rgb(221,58,175); }
td.TdClassName
{
border-color: #DD3AAF;
}
.TagClassName
{
border-color: #DD3AAF;
}
</style>