Shades of Persian Rose #DD2DAF
Tints of Persian Rose #DD2DAF
RGB
CMYK
RGB Variations
Color information
#DD2DAF (or 0xDD2DAF) is known color: Persian Rose. HEX triplet: DD, 2D and AF. RGB value is (221,45,175). Sum of RGB (Red+Green+Blue) = 221+45+175=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DAF is #22D250. Grayscale: #707070. Windows color (decimal): -2282065 or 11480541. OLE color: 11480541.
HSL color Cylindrical-coordinate representation of color #DD2DAF: hue angle of 315.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DAF is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 175 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.13 |
| HSL | 315.68º | 0.72% | 0.52% | - |
| HSV(B) | 315.68º | 0.8% | 0.87% | - |
| XYZ | 38.5 | 20.34 | 42.46 | - |
| YUV | 112.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 175 | 0 | 0.80 | 0.21 | 0.13 | 315.68 | 0.72 | 0.52 |
| Hex | DD | 2D | AF | 0 | 50 | 15 | D | 13C | 48 | 34 |
| Octal | 335 | 55 | 257 | 0 | 120 | 25 | 15 | 474 | 110 | 64 |
| Binary | 11011101 | 101101 | 10101111 | 0 | 1010000 | 10101 | 1101 | 100111100 | 1001000 | 110100 |
Color Harmonies of #DD2DAF
Complementary color
Monochromatic Colors of #DD2DAF
Black with #DD2DAF
Text Example
Text Example
White with #DD2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DAF; }
p { color: rgb(221,45,175); }
H1.HeaderClassName
{
color: #DD2DAF;
}
.AnyTagClassName
{
color: #DD2DAF;
}
</style>
background-color css
<style>
a { background-color: #DD2DAF; }
a { background-color: rgb(221,45,175); }
div.DivClassName
{
background-color: #DD2DAF;
}
.BgClassName
{
background-color: #DD2DAF;
}
</style>
border-color css
<style>
span { border-color: #DD2DAF; }
span { border-color: rgb(221,45,175); }
td.TdClassName
{
border-color: #DD2DAF;
}
.TagClassName
{
border-color: #DD2DAF;
}
</style>