Shades of Razzle Dazzle Rose #FF31D3
Tints of Razzle Dazzle Rose #FF31D3
RGB
CMYK
RGB Variations
Color information
#FF31D3 (or 0xFF31D3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and D3. RGB value is (255,49,211). Sum of RGB (Red+Green+Blue) = 255+49+211=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31D3 is #00CE2C. Grayscale: #808080. Windows color (decimal): -52781 or 13840895. OLE color: 13840895.
HSL color Cylindrical-coordinate representation of color #FF31D3: hue angle of 312.82º 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 #FF31D3 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 211 | - |
| CMYK | 0 | 0.81 | 0.17 | 0 |
| HSL | 312.82º | 1% | 0.6% | - |
| HSV(B) | 312.82º | 0.81% | 1% | - |
| XYZ | 54.1 | 28.16 | 64.21 | - |
| YUV | 129.06 | 174.25 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 211 | 0 | 0.81 | 0.17 | 0 | 312.82 | 1 | 0.6 |
| Hex | FF | 31 | D3 | 0 | 51 | 11 | 0 | 139 | 64 | 3C |
| Octal | 377 | 61 | 323 | 0 | 121 | 21 | 0 | 471 | 144 | 74 |
| Binary | 11111111 | 110001 | 11010011 | 0 | 1010001 | 10001 | 0 | 100111001 | 1100100 | 111100 |
Color Harmonies of #FF31D3
Complementary color
Monochromatic Colors of #FF31D3
Black with #FF31D3
Text Example
Text Example
White with #FF31D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31D3; }
p { color: rgb(255,49,211); }
H1.HeaderClassName
{
color: #FF31D3;
}
.AnyTagClassName
{
color: #FF31D3;
}
</style>
background-color css
<style>
a { background-color: #FF31D3; }
a { background-color: rgb(255,49,211); }
div.DivClassName
{
background-color: #FF31D3;
}
.BgClassName
{
background-color: #FF31D3;
}
</style>
border-color css
<style>
span { border-color: #FF31D3; }
span { border-color: rgb(255,49,211); }
td.TdClassName
{
border-color: #FF31D3;
}
.TagClassName
{
border-color: #FF31D3;
}
</style>