Shades of Razzle Dazzle Rose #FF49DD
Tints of Razzle Dazzle Rose #FF49DD
RGB
CMYK
RGB Variations
Color information
#FF49DD (or 0xFF49DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and DD. RGB value is (255,73,221). Sum of RGB (Red+Green+Blue) = 255+73+221=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49DD is #00B622. Grayscale: #8F8F8F. Windows color (decimal): -46627 or 14502399. OLE color: 14502399.
HSL color Cylindrical-coordinate representation of color #FF49DD: hue angle of 311.21º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF49DD is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 221 | - |
| CMYK | 0 | 0.71 | 0.13 | 0 |
| HSL | 311.21º | 1% | 0.64% | - |
| HSV(B) | 311.21º | 0.71% | 1% | - |
| XYZ | 56.67 | 31.25 | 71.45 | - |
| YUV | 144.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 221 | 0 | 0.71 | 0.13 | 0 | 311.21 | 1 | 0.64 |
| Hex | FF | 49 | DD | 0 | 47 | D | 0 | 137 | 64 | 40 |
| Octal | 377 | 111 | 335 | 0 | 107 | 15 | 0 | 467 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11011101 | 0 | 1000111 | 1101 | 0 | 100110111 | 1100100 | 1000000 |
Color Harmonies of #FF49DD
Complementary color
Monochromatic Colors of #FF49DD
Black with #FF49DD
Text Example
Text Example
White with #FF49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49DD; }
p { color: rgb(255,73,221); }
H1.HeaderClassName
{
color: #FF49DD;
}
.AnyTagClassName
{
color: #FF49DD;
}
</style>
background-color css
<style>
a { background-color: #FF49DD; }
a { background-color: rgb(255,73,221); }
div.DivClassName
{
background-color: #FF49DD;
}
.BgClassName
{
background-color: #FF49DD;
}
</style>
border-color css
<style>
span { border-color: #FF49DD; }
span { border-color: rgb(255,73,221); }
td.TdClassName
{
border-color: #FF49DD;
}
.TagClassName
{
border-color: #FF49DD;
}
</style>