Shades of Razzle Dazzle Rose #FF20D6
Tints of Razzle Dazzle Rose #FF20D6
RGB
CMYK
RGB Variations
Color information
#FF20D6 (or 0xFF20D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and D6. RGB value is (255,32,214). Sum of RGB (Red+Green+Blue) = 255+32+214=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20D6 is #00DF29. Grayscale: #767676. Windows color (decimal): -57130 or 14033151. OLE color: 14033151.
HSL color Cylindrical-coordinate representation of color #FF20D6: hue angle of 311.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20D6 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 214 | - |
| CMYK | 0 | 0.87 | 0.16 | 0 |
| HSL | 311.03º | 1% | 0.56% | - |
| HSV(B) | 311.03º | 0.87% | 1% | - |
| XYZ | 53.89 | 27.15 | 66.02 | - |
| YUV | 119.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 214 | 0 | 0.87 | 0.16 | 0 | 311.03 | 1 | 0.56 |
| Hex | FF | 20 | D6 | 0 | 57 | 10 | 0 | 137 | 64 | 38 |
| Octal | 377 | 40 | 326 | 0 | 127 | 20 | 0 | 467 | 144 | 70 |
| Binary | 11111111 | 100000 | 11010110 | 0 | 1010111 | 10000 | 0 | 100110111 | 1100100 | 111000 |
Color Harmonies of #FF20D6
Complementary color
Monochromatic Colors of #FF20D6
Black with #FF20D6
Text Example
Text Example
White with #FF20D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20D6; }
p { color: rgb(255,32,214); }
H1.HeaderClassName
{
color: #FF20D6;
}
.AnyTagClassName
{
color: #FF20D6;
}
</style>
background-color css
<style>
a { background-color: #FF20D6; }
a { background-color: rgb(255,32,214); }
div.DivClassName
{
background-color: #FF20D6;
}
.BgClassName
{
background-color: #FF20D6;
}
</style>
border-color css
<style>
span { border-color: #FF20D6; }
span { border-color: rgb(255,32,214); }
td.TdClassName
{
border-color: #FF20D6;
}
.TagClassName
{
border-color: #FF20D6;
}
</style>