Shades of Razzle Dazzle Rose #FF24DD
Tints of Razzle Dazzle Rose #FF24DD
RGB
CMYK
RGB Variations
Color information
#FF24DD (or 0xFF24DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 24 and DD. RGB value is (255,36,221). Sum of RGB (Red+Green+Blue) = 255+36+221=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24DD is #00DB22. Grayscale: #7A7A7A. Windows color (decimal): -56099 or 14492927. OLE color: 14492927.
HSL color Cylindrical-coordinate representation of color #FF24DD: hue angle of 309.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF24DD is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 221 | - |
| CMYK | 0 | 0.86 | 0.13 | 0 |
| HSL | 309.32º | 1% | 0.57% | - |
| HSV(B) | 309.32º | 0.86% | 1% | - |
| XYZ | 54.92 | 27.74 | 70.87 | - |
| YUV | 122.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 221 | 0 | 0.86 | 0.13 | 0 | 309.32 | 1 | 0.57 |
| Hex | FF | 24 | DD | 0 | 56 | D | 0 | 135 | 64 | 39 |
| Octal | 377 | 44 | 335 | 0 | 126 | 15 | 0 | 465 | 144 | 71 |
| Binary | 11111111 | 100100 | 11011101 | 0 | 1010110 | 1101 | 0 | 100110101 | 1100100 | 111001 |
Color Harmonies of #FF24DD
Complementary color
Monochromatic Colors of #FF24DD
Black with #FF24DD
Text Example
Text Example
White with #FF24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24DD; }
p { color: rgb(255,36,221); }
H1.HeaderClassName
{
color: #FF24DD;
}
.AnyTagClassName
{
color: #FF24DD;
}
</style>
background-color css
<style>
a { background-color: #FF24DD; }
a { background-color: rgb(255,36,221); }
div.DivClassName
{
background-color: #FF24DD;
}
.BgClassName
{
background-color: #FF24DD;
}
</style>
border-color css
<style>
span { border-color: #FF24DD; }
span { border-color: rgb(255,36,221); }
td.TdClassName
{
border-color: #FF24DD;
}
.TagClassName
{
border-color: #FF24DD;
}
</style>