Shades of Razzle Dazzle Rose #FF31D6
Tints of Razzle Dazzle Rose #FF31D6
RGB
CMYK
RGB Variations
Color information
#FF31D6 (or 0xFF31D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and D6. RGB value is (255,49,214). Sum of RGB (Red+Green+Blue) = 255+49+214=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31D6 is #00CE29. Grayscale: #808080. Windows color (decimal): -52778 or 14037503. OLE color: 14037503.
HSL color Cylindrical-coordinate representation of color #FF31D6: hue angle of 311.94º 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 #FF31D6 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 214 | - |
| CMYK | 0 | 0.81 | 0.16 | 0 |
| HSL | 311.94º | 1% | 0.6% | - |
| HSV(B) | 311.94º | 0.81% | 1% | - |
| XYZ | 54.48 | 28.31 | 66.21 | - |
| YUV | 129.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 214 | 0 | 0.81 | 0.16 | 0 | 311.94 | 1 | 0.6 |
| Hex | FF | 31 | D6 | 0 | 51 | 10 | 0 | 138 | 64 | 3C |
| Octal | 377 | 61 | 326 | 0 | 121 | 20 | 0 | 470 | 144 | 74 |
| Binary | 11111111 | 110001 | 11010110 | 0 | 1010001 | 10000 | 0 | 100111000 | 1100100 | 111100 |
Color Harmonies of #FF31D6
Complementary color
Monochromatic Colors of #FF31D6
Black with #FF31D6
Text Example
Text Example
White with #FF31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31D6; }
p { color: rgb(255,49,214); }
H1.HeaderClassName
{
color: #FF31D6;
}
.AnyTagClassName
{
color: #FF31D6;
}
</style>
background-color css
<style>
a { background-color: #FF31D6; }
a { background-color: rgb(255,49,214); }
div.DivClassName
{
background-color: #FF31D6;
}
.BgClassName
{
background-color: #FF31D6;
}
</style>
border-color css
<style>
span { border-color: #FF31D6; }
span { border-color: rgb(255,49,214); }
td.TdClassName
{
border-color: #FF31D6;
}
.TagClassName
{
border-color: #FF31D6;
}
</style>