Shades of Razzle Dazzle Rose #DD24C7
Tints of Razzle Dazzle Rose #DD24C7
RGB
CMYK
RGB Variations
Color information
#DD24C7 (or 0xDD24C7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 24 and C7. RGB value is (221,36,199). Sum of RGB (Red+Green+Blue) = 221+36+199=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24C7 is #22DB38. Grayscale: #6D6D6D. Windows color (decimal): -2284345 or 13051101. OLE color: 13051101.
HSL color Cylindrical-coordinate representation of color #DD24C7: hue angle of 307.14º 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 #DD24C7 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 199 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.13 |
| HSL | 307.14º | 0.73% | 0.5% | - |
| HSV(B) | 307.14º | 0.84% | 0.87% | - |
| XYZ | 40.76 | 20.76 | 55.89 | - |
| YUV | 109.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 199 | 0 | 0.84 | 0.10 | 0.13 | 307.14 | 0.73 | 0.5 |
| Hex | DD | 24 | C7 | 0 | 54 | A | D | 133 | 49 | 32 |
| Octal | 335 | 44 | 307 | 0 | 124 | 12 | 15 | 463 | 111 | 62 |
| Binary | 11011101 | 100100 | 11000111 | 0 | 1010100 | 1010 | 1101 | 100110011 | 1001001 | 110010 |
Color Harmonies of #DD24C7
Complementary color
Monochromatic Colors of #DD24C7
Black with #DD24C7
Text Example
Text Example
White with #DD24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24C7; }
p { color: rgb(221,36,199); }
H1.HeaderClassName
{
color: #DD24C7;
}
.AnyTagClassName
{
color: #DD24C7;
}
</style>
background-color css
<style>
a { background-color: #DD24C7; }
a { background-color: rgb(221,36,199); }
div.DivClassName
{
background-color: #DD24C7;
}
.BgClassName
{
background-color: #DD24C7;
}
</style>
border-color css
<style>
span { border-color: #DD24C7; }
span { border-color: rgb(221,36,199); }
td.TdClassName
{
border-color: #DD24C7;
}
.TagClassName
{
border-color: #DD24C7;
}
</style>