Shades of Razzle Dazzle Rose #FF33DE
Tints of Razzle Dazzle Rose #FF33DE
RGB
CMYK
RGB Variations
Color information
#FF33DE (or 0xFF33DE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and DE. RGB value is (255,51,222). Sum of RGB (Red+Green+Blue) = 255+51+222=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33DE is #00CC21. Grayscale: #838383. Windows color (decimal): -52258 or 14562303. OLE color: 14562303.
HSL color Cylindrical-coordinate representation of color #FF33DE: hue angle of 309.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33DE is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 222 | - |
| CMYK | 0 | 0.8 | 0.13 | 0 |
| HSL | 309.71º | 1% | 0.6% | - |
| HSV(B) | 309.71º | 0.8% | 1% | - |
| XYZ | 55.61 | 28.9 | 71.75 | - |
| YUV | 131.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 222 | 0 | 0.8 | 0.13 | 0 | 309.71 | 1 | 0.6 |
| Hex | FF | 33 | DE | 0 | 50 | D | 0 | 136 | 64 | 3C |
| Octal | 377 | 63 | 336 | 0 | 120 | 15 | 0 | 466 | 144 | 74 |
| Binary | 11111111 | 110011 | 11011110 | 0 | 1010000 | 1101 | 0 | 100110110 | 1100100 | 111100 |
Color Harmonies of #FF33DE
Complementary color
Monochromatic Colors of #FF33DE
Black with #FF33DE
Text Example
Text Example
White with #FF33DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33DE; }
p { color: rgb(255,51,222); }
H1.HeaderClassName
{
color: #FF33DE;
}
.AnyTagClassName
{
color: #FF33DE;
}
</style>
background-color css
<style>
a { background-color: #FF33DE; }
a { background-color: rgb(255,51,222); }
div.DivClassName
{
background-color: #FF33DE;
}
.BgClassName
{
background-color: #FF33DE;
}
</style>
border-color css
<style>
span { border-color: #FF33DE; }
span { border-color: rgb(255,51,222); }
td.TdClassName
{
border-color: #FF33DE;
}
.TagClassName
{
border-color: #FF33DE;
}
</style>