Shades of Razzle Dazzle Rose #FF20D0
Tints of Razzle Dazzle Rose #FF20D0
RGB
CMYK
RGB Variations
Color information
#FF20D0 (or 0xFF20D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and D0. RGB value is (255,32,208). Sum of RGB (Red+Green+Blue) = 255+32+208=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20D0 is #00DF2F. Grayscale: #767676. Windows color (decimal): -57136 or 13639935. OLE color: 13639935.
HSL color Cylindrical-coordinate representation of color #FF20D0: hue angle of 312.65º 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 #FF20D0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 208 | - |
| CMYK | 0 | 0.87 | 0.18 | 0 |
| HSL | 312.65º | 1% | 0.56% | - |
| HSV(B) | 312.65º | 0.87% | 1% | - |
| XYZ | 53.14 | 26.85 | 62.06 | - |
| YUV | 118.74 | 178.38 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 208 | 0 | 0.87 | 0.18 | 0 | 312.65 | 1 | 0.56 |
| Hex | FF | 20 | D0 | 0 | 57 | 12 | 0 | 139 | 64 | 38 |
| Octal | 377 | 40 | 320 | 0 | 127 | 22 | 0 | 471 | 144 | 70 |
| Binary | 11111111 | 100000 | 11010000 | 0 | 1010111 | 10010 | 0 | 100111001 | 1100100 | 111000 |
Color Harmonies of #FF20D0
Complementary color
Monochromatic Colors of #FF20D0
Black with #FF20D0
Text Example
Text Example
White with #FF20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20D0; }
p { color: rgb(255,32,208); }
H1.HeaderClassName
{
color: #FF20D0;
}
.AnyTagClassName
{
color: #FF20D0;
}
</style>
background-color css
<style>
a { background-color: #FF20D0; }
a { background-color: rgb(255,32,208); }
div.DivClassName
{
background-color: #FF20D0;
}
.BgClassName
{
background-color: #FF20D0;
}
</style>
border-color css
<style>
span { border-color: #FF20D0; }
span { border-color: rgb(255,32,208); }
td.TdClassName
{
border-color: #FF20D0;
}
.TagClassName
{
border-color: #FF20D0;
}
</style>