Shades of Razzle Dazzle Rose #FF2AD6
Tints of Razzle Dazzle Rose #FF2AD6
RGB
CMYK
RGB Variations
Color information
#FF2AD6 (or 0xFF2AD6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and D6. RGB value is (255,42,214). Sum of RGB (Red+Green+Blue) = 255+42+214=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2AD6 is #00D529. Grayscale: #7C7C7C. Windows color (decimal): -54570 or 14035711. OLE color: 14035711.
HSL color Cylindrical-coordinate representation of color #FF2AD6: hue angle of 311.55º 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 #FF2AD6 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 214 | - |
| CMYK | 0 | 0.84 | 0.16 | 0 |
| HSL | 311.55º | 1% | 0.58% | - |
| HSV(B) | 311.55º | 0.84% | 1% | - |
| XYZ | 54.21 | 27.77 | 66.12 | - |
| YUV | 125.3 | 178.07 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 214 | 0 | 0.84 | 0.16 | 0 | 311.55 | 1 | 0.58 |
| Hex | FF | 2A | D6 | 0 | 54 | 10 | 0 | 138 | 64 | 3A |
| Octal | 377 | 52 | 326 | 0 | 124 | 20 | 0 | 470 | 144 | 72 |
| Binary | 11111111 | 101010 | 11010110 | 0 | 1010100 | 10000 | 0 | 100111000 | 1100100 | 111010 |
Color Harmonies of #FF2AD6
Complementary color
Monochromatic Colors of #FF2AD6
Black with #FF2AD6
Text Example
Text Example
White with #FF2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AD6; }
p { color: rgb(255,42,214); }
H1.HeaderClassName
{
color: #FF2AD6;
}
.AnyTagClassName
{
color: #FF2AD6;
}
</style>
background-color css
<style>
a { background-color: #FF2AD6; }
a { background-color: rgb(255,42,214); }
div.DivClassName
{
background-color: #FF2AD6;
}
.BgClassName
{
background-color: #FF2AD6;
}
</style>
border-color css
<style>
span { border-color: #FF2AD6; }
span { border-color: rgb(255,42,214); }
td.TdClassName
{
border-color: #FF2AD6;
}
.TagClassName
{
border-color: #FF2AD6;
}
</style>