Shades of Razzle Dazzle Rose #FF46DD
Tints of Razzle Dazzle Rose #FF46DD
RGB
CMYK
RGB Variations
Color information
#FF46DD (or 0xFF46DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and DD. RGB value is (255,70,221). Sum of RGB (Red+Green+Blue) = 255+70+221=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 70 (27.73% from 255 or 12.82% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46DD is #00B922. Grayscale: #8E8E8E. Windows color (decimal): -47395 or 14501631. OLE color: 14501631.
HSL color Cylindrical-coordinate representation of color #FF46DD: hue angle of 311.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46DD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 221 | - |
| CMYK | 0 | 0.73 | 0.13 | 0 |
| HSL | 311.03º | 1% | 0.64% | - |
| HSV(B) | 311.03º | 0.73% | 1% | - |
| XYZ | 56.48 | 30.86 | 71.39 | - |
| YUV | 142.53 | 172.29 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 221 | 0 | 0.73 | 0.13 | 0 | 311.03 | 1 | 0.64 |
| Hex | FF | 46 | DD | 0 | 49 | D | 0 | 137 | 64 | 40 |
| Octal | 377 | 106 | 335 | 0 | 111 | 15 | 0 | 467 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11011101 | 0 | 1001001 | 1101 | 0 | 100110111 | 1100100 | 1000000 |
Color Harmonies of #FF46DD
Complementary color
Monochromatic Colors of #FF46DD
Black with #FF46DD
Text Example
Text Example
White with #FF46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46DD; }
p { color: rgb(255,70,221); }
H1.HeaderClassName
{
color: #FF46DD;
}
.AnyTagClassName
{
color: #FF46DD;
}
</style>
background-color css
<style>
a { background-color: #FF46DD; }
a { background-color: rgb(255,70,221); }
div.DivClassName
{
background-color: #FF46DD;
}
.BgClassName
{
background-color: #FF46DD;
}
</style>
border-color css
<style>
span { border-color: #FF46DD; }
span { border-color: rgb(255,70,221); }
td.TdClassName
{
border-color: #FF46DD;
}
.TagClassName
{
border-color: #FF46DD;
}
</style>