Shades of Razzle Dazzle Rose #FF2AD9
Tints of Razzle Dazzle Rose #FF2AD9
RGB
CMYK
RGB Variations
Color information
#FF2AD9 (or 0xFF2AD9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and D9. RGB value is (255,42,217). Sum of RGB (Red+Green+Blue) = 255+42+217=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2AD9 is #00D526. Grayscale: #7D7D7D. Windows color (decimal): -54567 or 14232319. OLE color: 14232319.
HSL color Cylindrical-coordinate representation of color #FF2AD9: hue angle of 310.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2AD9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 217 | - |
| CMYK | 0 | 0.84 | 0.15 | 0 |
| HSL | 310.7º | 1% | 0.58% | - |
| HSV(B) | 310.7º | 0.84% | 1% | - |
| XYZ | 54.59 | 27.93 | 68.16 | - |
| YUV | 125.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 217 | 0 | 0.84 | 0.15 | 0 | 310.7 | 1 | 0.58 |
| Hex | FF | 2A | D9 | 0 | 54 | F | 0 | 137 | 64 | 3A |
| Octal | 377 | 52 | 331 | 0 | 124 | 17 | 0 | 467 | 144 | 72 |
| Binary | 11111111 | 101010 | 11011001 | 0 | 1010100 | 1111 | 0 | 100110111 | 1100100 | 111010 |
Color Harmonies of #FF2AD9
Complementary color
Monochromatic Colors of #FF2AD9
Black with #FF2AD9
Text Example
Text Example
White with #FF2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AD9; }
p { color: rgb(255,42,217); }
H1.HeaderClassName
{
color: #FF2AD9;
}
.AnyTagClassName
{
color: #FF2AD9;
}
</style>
background-color css
<style>
a { background-color: #FF2AD9; }
a { background-color: rgb(255,42,217); }
div.DivClassName
{
background-color: #FF2AD9;
}
.BgClassName
{
background-color: #FF2AD9;
}
</style>
border-color css
<style>
span { border-color: #FF2AD9; }
span { border-color: rgb(255,42,217); }
td.TdClassName
{
border-color: #FF2AD9;
}
.TagClassName
{
border-color: #FF2AD9;
}
</style>