Shades of Razzle Dazzle Rose #FF47D7
Tints of Razzle Dazzle Rose #FF47D7
RGB
CMYK
RGB Variations
Color information
#FF47D7 (or 0xFF47D7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and D7. RGB value is (255,71,215). Sum of RGB (Red+Green+Blue) = 255+71+215=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 71 (28.12% from 255 or 13.12% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47D7 is #00B828. Grayscale: #8E8E8E. Windows color (decimal): -47145 or 14108671. OLE color: 14108671.
HSL color Cylindrical-coordinate representation of color #FF47D7: hue angle of 313.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47D7 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 215 | - |
| CMYK | 0 | 0.72 | 0.16 | 0 |
| HSL | 313.04º | 1% | 0.64% | - |
| HSV(B) | 313.04º | 0.72% | 1% | - |
| XYZ | 55.76 | 30.67 | 67.27 | - |
| YUV | 142.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 215 | 0 | 0.72 | 0.16 | 0 | 313.04 | 1 | 0.64 |
| Hex | FF | 47 | D7 | 0 | 48 | 10 | 0 | 139 | 64 | 40 |
| Octal | 377 | 107 | 327 | 0 | 110 | 20 | 0 | 471 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11010111 | 0 | 1001000 | 10000 | 0 | 100111001 | 1100100 | 1000000 |
Color Harmonies of #FF47D7
Complementary color
Monochromatic Colors of #FF47D7
Black with #FF47D7
Text Example
Text Example
White with #FF47D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47D7; }
p { color: rgb(255,71,215); }
H1.HeaderClassName
{
color: #FF47D7;
}
.AnyTagClassName
{
color: #FF47D7;
}
</style>
background-color css
<style>
a { background-color: #FF47D7; }
a { background-color: rgb(255,71,215); }
div.DivClassName
{
background-color: #FF47D7;
}
.BgClassName
{
background-color: #FF47D7;
}
</style>
border-color css
<style>
span { border-color: #FF47D7; }
span { border-color: rgb(255,71,215); }
td.TdClassName
{
border-color: #FF47D7;
}
.TagClassName
{
border-color: #FF47D7;
}
</style>