Shades of Razzle Dazzle Rose #FF21D1
Tints of Razzle Dazzle Rose #FF21D1
RGB
CMYK
RGB Variations
Color information
#FF21D1 (or 0xFF21D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 21 and D1. RGB value is (255,33,209). Sum of RGB (Red+Green+Blue) = 255+33+209=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21D1 is #00DE2E. Grayscale: #767676. Windows color (decimal): -56879 or 13705727. OLE color: 13705727.
HSL color Cylindrical-coordinate representation of color #FF21D1: hue angle of 312.43º 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 #FF21D1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 209 | - |
| CMYK | 0 | 0.87 | 0.18 | 0 |
| HSL | 312.43º | 1% | 0.56% | - |
| HSV(B) | 312.43º | 0.87% | 1% | - |
| XYZ | 53.29 | 26.95 | 62.71 | - |
| YUV | 119.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 209 | 0 | 0.87 | 0.18 | 0 | 312.43 | 1 | 0.56 |
| Hex | FF | 21 | D1 | 0 | 57 | 12 | 0 | 138 | 64 | 38 |
| Octal | 377 | 41 | 321 | 0 | 127 | 22 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 100001 | 11010001 | 0 | 1010111 | 10010 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF21D1
Complementary color
Monochromatic Colors of #FF21D1
Black with #FF21D1
Text Example
Text Example
White with #FF21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21D1; }
p { color: rgb(255,33,209); }
H1.HeaderClassName
{
color: #FF21D1;
}
.AnyTagClassName
{
color: #FF21D1;
}
</style>
background-color css
<style>
a { background-color: #FF21D1; }
a { background-color: rgb(255,33,209); }
div.DivClassName
{
background-color: #FF21D1;
}
.BgClassName
{
background-color: #FF21D1;
}
</style>
border-color css
<style>
span { border-color: #FF21D1; }
span { border-color: rgb(255,33,209); }
td.TdClassName
{
border-color: #FF21D1;
}
.TagClassName
{
border-color: #FF21D1;
}
</style>