Shades of Razzle Dazzle Rose #FF20D1
Tints of Razzle Dazzle Rose #FF20D1
RGB
CMYK
RGB Variations
Color information
#FF20D1 (or 0xFF20D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and D1. RGB value is (255,32,209). Sum of RGB (Red+Green+Blue) = 255+32+209=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20D1 is #00DF2E. Grayscale: #767676. Windows color (decimal): -57135 or 13705471. OLE color: 13705471.
HSL color Cylindrical-coordinate representation of color #FF20D1: hue angle of 312.38º 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 #FF20D1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 209 | - |
| CMYK | 0 | 0.87 | 0.18 | 0 |
| HSL | 312.38º | 1% | 0.56% | - |
| HSV(B) | 312.38º | 0.87% | 1% | - |
| XYZ | 53.27 | 26.9 | 62.71 | - |
| YUV | 118.86 | 178.88 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 209 | 0 | 0.87 | 0.18 | 0 | 312.38 | 1 | 0.56 |
| Hex | FF | 20 | D1 | 0 | 57 | 12 | 0 | 138 | 64 | 38 |
| Octal | 377 | 40 | 321 | 0 | 127 | 22 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 100000 | 11010001 | 0 | 1010111 | 10010 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF20D1
Complementary color
Monochromatic Colors of #FF20D1
Black with #FF20D1
Text Example
Text Example
White with #FF20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20D1; }
p { color: rgb(255,32,209); }
H1.HeaderClassName
{
color: #FF20D1;
}
.AnyTagClassName
{
color: #FF20D1;
}
</style>
background-color css
<style>
a { background-color: #FF20D1; }
a { background-color: rgb(255,32,209); }
div.DivClassName
{
background-color: #FF20D1;
}
.BgClassName
{
background-color: #FF20D1;
}
</style>
border-color css
<style>
span { border-color: #FF20D1; }
span { border-color: rgb(255,32,209); }
td.TdClassName
{
border-color: #FF20D1;
}
.TagClassName
{
border-color: #FF20D1;
}
</style>