Shades of Razzle Dazzle Rose #DD24D0
Tints of Razzle Dazzle Rose #DD24D0
RGB
CMYK
RGB Variations
Color information
#DD24D0 (or 0xDD24D0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 24 and D0. RGB value is (221,36,208). Sum of RGB (Red+Green+Blue) = 221+36+208=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24D0 is #22DB2F. Grayscale: #6E6E6E. Windows color (decimal): -2284336 or 13640925. OLE color: 13640925.
HSL color Cylindrical-coordinate representation of color #DD24D0: hue angle of 304.22º 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 #DD24D0 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 208 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.13 |
| HSL | 304.22º | 0.73% | 0.5% | - |
| HSV(B) | 304.22º | 0.84% | 0.87% | - |
| XYZ | 41.83 | 21.19 | 61.56 | - |
| YUV | 110.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 208 | 0 | 0.84 | 0.06 | 0.13 | 304.22 | 0.73 | 0.5 |
| Hex | DD | 24 | D0 | 0 | 54 | 6 | D | 130 | 49 | 32 |
| Octal | 335 | 44 | 320 | 0 | 124 | 6 | 15 | 460 | 111 | 62 |
| Binary | 11011101 | 100100 | 11010000 | 0 | 1010100 | 110 | 1101 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DD24D0
Complementary color
Monochromatic Colors of #DD24D0
Black with #DD24D0
Text Example
Text Example
White with #DD24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24D0; }
p { color: rgb(221,36,208); }
H1.HeaderClassName
{
color: #DD24D0;
}
.AnyTagClassName
{
color: #DD24D0;
}
</style>
background-color css
<style>
a { background-color: #DD24D0; }
a { background-color: rgb(221,36,208); }
div.DivClassName
{
background-color: #DD24D0;
}
.BgClassName
{
background-color: #DD24D0;
}
</style>
border-color css
<style>
span { border-color: #DD24D0; }
span { border-color: rgb(221,36,208); }
td.TdClassName
{
border-color: #DD24D0;
}
.TagClassName
{
border-color: #DD24D0;
}
</style>