Shades of Razzle Dazzle Rose #FF21D5
Tints of Razzle Dazzle Rose #FF21D5
RGB
CMYK
RGB Variations
Color information
#FF21D5 (or 0xFF21D5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 21 and D5. RGB value is (255,33,213). Sum of RGB (Red+Green+Blue) = 255+33+213=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21D5 is #00DE2A. Grayscale: #777777. Windows color (decimal): -56875 or 13967871. OLE color: 13967871.
HSL color Cylindrical-coordinate representation of color #FF21D5: hue angle of 311.35º 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 #FF21D5 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 213 | - |
| CMYK | 0 | 0.87 | 0.16 | 0 |
| HSL | 311.35º | 1% | 0.56% | - |
| HSV(B) | 311.35º | 0.87% | 1% | - |
| XYZ | 53.79 | 27.15 | 65.36 | - |
| YUV | 119.9 | 180.55 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 213 | 0 | 0.87 | 0.16 | 0 | 311.35 | 1 | 0.56 |
| Hex | FF | 21 | D5 | 0 | 57 | 10 | 0 | 137 | 64 | 38 |
| Octal | 377 | 41 | 325 | 0 | 127 | 20 | 0 | 467 | 144 | 70 |
| Binary | 11111111 | 100001 | 11010101 | 0 | 1010111 | 10000 | 0 | 100110111 | 1100100 | 111000 |
Color Harmonies of #FF21D5
Complementary color
Monochromatic Colors of #FF21D5
Black with #FF21D5
Text Example
Text Example
White with #FF21D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21D5; }
p { color: rgb(255,33,213); }
H1.HeaderClassName
{
color: #FF21D5;
}
.AnyTagClassName
{
color: #FF21D5;
}
</style>
background-color css
<style>
a { background-color: #FF21D5; }
a { background-color: rgb(255,33,213); }
div.DivClassName
{
background-color: #FF21D5;
}
.BgClassName
{
background-color: #FF21D5;
}
</style>
border-color css
<style>
span { border-color: #FF21D5; }
span { border-color: rgb(255,33,213); }
td.TdClassName
{
border-color: #FF21D5;
}
.TagClassName
{
border-color: #FF21D5;
}
</style>