Shades of Razzle Dazzle Rose #FF47DD
Tints of Razzle Dazzle Rose #FF47DD
RGB
CMYK
RGB Variations
Color information
#FF47DD (or 0xFF47DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and DD. RGB value is (255,71,221). Sum of RGB (Red+Green+Blue) = 255+71+221=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DD is #00B822. Grayscale: #8E8E8E. Windows color (decimal): -47139 or 14501887. OLE color: 14501887.
HSL color Cylindrical-coordinate representation of color #FF47DD: hue angle of 311.09º 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 #FF47DD is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 221 | - |
| CMYK | 0 | 0.72 | 0.13 | 0 |
| HSL | 311.09º | 1% | 0.64% | - |
| HSV(B) | 311.09º | 0.72% | 1% | - |
| XYZ | 56.54 | 30.99 | 71.41 | - |
| YUV | 143.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 221 | 0 | 0.72 | 0.13 | 0 | 311.09 | 1 | 0.64 |
| Hex | FF | 47 | DD | 0 | 48 | D | 0 | 137 | 64 | 40 |
| Octal | 377 | 107 | 335 | 0 | 110 | 15 | 0 | 467 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11011101 | 0 | 1001000 | 1101 | 0 | 100110111 | 1100100 | 1000000 |
Color Harmonies of #FF47DD
Complementary color
Monochromatic Colors of #FF47DD
Black with #FF47DD
Text Example
Text Example
White with #FF47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47DD; }
p { color: rgb(255,71,221); }
H1.HeaderClassName
{
color: #FF47DD;
}
.AnyTagClassName
{
color: #FF47DD;
}
</style>
background-color css
<style>
a { background-color: #FF47DD; }
a { background-color: rgb(255,71,221); }
div.DivClassName
{
background-color: #FF47DD;
}
.BgClassName
{
background-color: #FF47DD;
}
</style>
border-color css
<style>
span { border-color: #FF47DD; }
span { border-color: rgb(255,71,221); }
td.TdClassName
{
border-color: #FF47DD;
}
.TagClassName
{
border-color: #FF47DD;
}
</style>