Shades of Razzle Dazzle Rose #FF20D4
Tints of Razzle Dazzle Rose #FF20D4
RGB
CMYK
RGB Variations
Color information
#FF20D4 (or 0xFF20D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and D4. RGB value is (255,32,212). Sum of RGB (Red+Green+Blue) = 255+32+212=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20D4 is #00DF2B. Grayscale: #767676. Windows color (decimal): -57132 or 13902079. OLE color: 13902079.
HSL color Cylindrical-coordinate representation of color #FF20D4: hue angle of 311.57º 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 #FF20D4 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 212 | - |
| CMYK | 0 | 0.87 | 0.17 | 0 |
| HSL | 311.57º | 1% | 0.56% | - |
| HSV(B) | 311.57º | 0.87% | 1% | - |
| XYZ | 53.64 | 27.05 | 64.68 | - |
| YUV | 119.2 | 180.38 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 212 | 0 | 0.87 | 0.17 | 0 | 311.57 | 1 | 0.56 |
| Hex | FF | 20 | D4 | 0 | 57 | 11 | 0 | 138 | 64 | 38 |
| Octal | 377 | 40 | 324 | 0 | 127 | 21 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 100000 | 11010100 | 0 | 1010111 | 10001 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF20D4
Complementary color
Monochromatic Colors of #FF20D4
Black with #FF20D4
Text Example
Text Example
White with #FF20D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20D4; }
p { color: rgb(255,32,212); }
H1.HeaderClassName
{
color: #FF20D4;
}
.AnyTagClassName
{
color: #FF20D4;
}
</style>
background-color css
<style>
a { background-color: #FF20D4; }
a { background-color: rgb(255,32,212); }
div.DivClassName
{
background-color: #FF20D4;
}
.BgClassName
{
background-color: #FF20D4;
}
</style>
border-color css
<style>
span { border-color: #FF20D4; }
span { border-color: rgb(255,32,212); }
td.TdClassName
{
border-color: #FF20D4;
}
.TagClassName
{
border-color: #FF20D4;
}
</style>