Shades of Persian Rose #DD24A5
Tints of Persian Rose #DD24A5
RGB
CMYK
RGB Variations
Color information
#DD24A5 (or 0xDD24A5) is known color: Persian Rose. HEX triplet: DD, 24 and A5. RGB value is (221,36,165). Sum of RGB (Red+Green+Blue) = 221+36+165=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A5 is #22DB5A. Grayscale: #696969. Windows color (decimal): -2284379 or 10822877. OLE color: 10822877.
HSL color Cylindrical-coordinate representation of color #DD24A5: hue angle of 318.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24A5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 165 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.13 |
| HSL | 318.16º | 0.73% | 0.5% | - |
| HSV(B) | 318.16º | 0.84% | 0.87% | - |
| XYZ | 37.24 | 19.35 | 37.37 | - |
| YUV | 106.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 165 | 0 | 0.84 | 0.25 | 0.13 | 318.16 | 0.73 | 0.5 |
| Hex | DD | 24 | A5 | 0 | 54 | 19 | D | 13E | 49 | 32 |
| Octal | 335 | 44 | 245 | 0 | 124 | 31 | 15 | 476 | 111 | 62 |
| Binary | 11011101 | 100100 | 10100101 | 0 | 1010100 | 11001 | 1101 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DD24A5
Complementary color
Monochromatic Colors of #DD24A5
Black with #DD24A5
Text Example
Text Example
White with #DD24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24A5; }
p { color: rgb(221,36,165); }
H1.HeaderClassName
{
color: #DD24A5;
}
.AnyTagClassName
{
color: #DD24A5;
}
</style>
background-color css
<style>
a { background-color: #DD24A5; }
a { background-color: rgb(221,36,165); }
div.DivClassName
{
background-color: #DD24A5;
}
.BgClassName
{
background-color: #DD24A5;
}
</style>
border-color css
<style>
span { border-color: #DD24A5; }
span { border-color: rgb(221,36,165); }
td.TdClassName
{
border-color: #DD24A5;
}
.TagClassName
{
border-color: #DD24A5;
}
</style>