Shades of Razzle Dazzle Rose #FF33DD
Tints of Razzle Dazzle Rose #FF33DD
RGB
CMYK
RGB Variations
Color information
#FF33DD (or 0xFF33DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and DD. RGB value is (255,51,221). Sum of RGB (Red+Green+Blue) = 255+51+221=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33DD is #00CC22. Grayscale: #828282. Windows color (decimal): -52259 or 14496767. OLE color: 14496767.
HSL color Cylindrical-coordinate representation of color #FF33DD: hue angle of 310º 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 #FF33DD is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 221 | - |
| CMYK | 0 | 0.8 | 0.13 | 0 |
| HSL | 310º | 1% | 0.6% | - |
| HSV(B) | 310º | 0.8% | 1% | - |
| XYZ | 55.47 | 28.85 | 71.05 | - |
| YUV | 131.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 221 | 0 | 0.8 | 0.13 | 0 | 310 | 1 | 0.6 |
| Hex | FF | 33 | DD | 0 | 50 | D | 0 | 136 | 64 | 3C |
| Octal | 377 | 63 | 335 | 0 | 120 | 15 | 0 | 466 | 144 | 74 |
| Binary | 11111111 | 110011 | 11011101 | 0 | 1010000 | 1101 | 0 | 100110110 | 1100100 | 111100 |
Color Harmonies of #FF33DD
Complementary color
Monochromatic Colors of #FF33DD
Black with #FF33DD
Text Example
Text Example
White with #FF33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33DD; }
p { color: rgb(255,51,221); }
H1.HeaderClassName
{
color: #FF33DD;
}
.AnyTagClassName
{
color: #FF33DD;
}
</style>
background-color css
<style>
a { background-color: #FF33DD; }
a { background-color: rgb(255,51,221); }
div.DivClassName
{
background-color: #FF33DD;
}
.BgClassName
{
background-color: #FF33DD;
}
</style>
border-color css
<style>
span { border-color: #FF33DD; }
span { border-color: rgb(255,51,221); }
td.TdClassName
{
border-color: #FF33DD;
}
.TagClassName
{
border-color: #FF33DD;
}
</style>