Shades of Razzle Dazzle Rose #FF31DD
Tints of Razzle Dazzle Rose #FF31DD
RGB
CMYK
RGB Variations
Color information
#FF31DD (or 0xFF31DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and DD. RGB value is (255,49,221). Sum of RGB (Red+Green+Blue) = 255+49+221=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31DD is #00CE22. Grayscale: #818181. Windows color (decimal): -52771 or 14496255. OLE color: 14496255.
HSL color Cylindrical-coordinate representation of color #FF31DD: hue angle of 309.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31DD is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 221 | - |
| CMYK | 0 | 0.81 | 0.13 | 0 |
| HSL | 309.9º | 1% | 0.6% | - |
| HSV(B) | 309.9º | 0.81% | 1% | - |
| XYZ | 55.39 | 28.68 | 71.02 | - |
| YUV | 130.2 | 179.25 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 221 | 0 | 0.81 | 0.13 | 0 | 309.9 | 1 | 0.6 |
| Hex | FF | 31 | DD | 0 | 51 | D | 0 | 136 | 64 | 3C |
| Octal | 377 | 61 | 335 | 0 | 121 | 15 | 0 | 466 | 144 | 74 |
| Binary | 11111111 | 110001 | 11011101 | 0 | 1010001 | 1101 | 0 | 100110110 | 1100100 | 111100 |
Color Harmonies of #FF31DD
Complementary color
Monochromatic Colors of #FF31DD
Black with #FF31DD
Text Example
Text Example
White with #FF31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31DD; }
p { color: rgb(255,49,221); }
H1.HeaderClassName
{
color: #FF31DD;
}
.AnyTagClassName
{
color: #FF31DD;
}
</style>
background-color css
<style>
a { background-color: #FF31DD; }
a { background-color: rgb(255,49,221); }
div.DivClassName
{
background-color: #FF31DD;
}
.BgClassName
{
background-color: #FF31DD;
}
</style>
border-color css
<style>
span { border-color: #FF31DD; }
span { border-color: rgb(255,49,221); }
td.TdClassName
{
border-color: #FF31DD;
}
.TagClassName
{
border-color: #FF31DD;
}
</style>