Shades of Persian Rose #DD24A4
Tints of Persian Rose #DD24A4
RGB
CMYK
RGB Variations
Color information
#DD24A4 (or 0xDD24A4) is known color: Persian Rose. HEX triplet: DD, 24 and A4. RGB value is (221,36,164). Sum of RGB (Red+Green+Blue) = 221+36+164=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A4 is #22DB5B. Grayscale: #696969. Windows color (decimal): -2284380 or 10757341. OLE color: 10757341.
HSL color Cylindrical-coordinate representation of color #DD24A4: hue angle of 318.49º 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 #DD24A4 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 164 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.13 |
| HSL | 318.49º | 0.73% | 0.5% | - |
| HSV(B) | 318.49º | 0.84% | 0.87% | - |
| XYZ | 37.15 | 19.31 | 36.89 | - |
| YUV | 105.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 164 | 0 | 0.84 | 0.26 | 0.13 | 318.49 | 0.73 | 0.5 |
| Hex | DD | 24 | A4 | 0 | 54 | 1A | D | 13E | 49 | 32 |
| Octal | 335 | 44 | 244 | 0 | 124 | 32 | 15 | 476 | 111 | 62 |
| Binary | 11011101 | 100100 | 10100100 | 0 | 1010100 | 11010 | 1101 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DD24A4
Complementary color
Monochromatic Colors of #DD24A4
Black with #DD24A4
Text Example
Text Example
White with #DD24A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24A4; }
p { color: rgb(221,36,164); }
H1.HeaderClassName
{
color: #DD24A4;
}
.AnyTagClassName
{
color: #DD24A4;
}
</style>
background-color css
<style>
a { background-color: #DD24A4; }
a { background-color: rgb(221,36,164); }
div.DivClassName
{
background-color: #DD24A4;
}
.BgClassName
{
background-color: #DD24A4;
}
</style>
border-color css
<style>
span { border-color: #DD24A4; }
span { border-color: rgb(221,36,164); }
td.TdClassName
{
border-color: #DD24A4;
}
.TagClassName
{
border-color: #DD24A4;
}
</style>