Shades of Razzle Dazzle Rose #FF21CC
Tints of Razzle Dazzle Rose #FF21CC
RGB
CMYK
RGB Variations
Color information
#FF21CC (or 0xFF21CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 21 and CC. RGB value is (255,33,204). Sum of RGB (Red+Green+Blue) = 255+33+204=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21CC is #00DE33. Grayscale: #767676. Windows color (decimal): -56884 or 13378047. OLE color: 13378047.
HSL color Cylindrical-coordinate representation of color #FF21CC: hue angle of 313.78º 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 #FF21CC is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 204 | - |
| CMYK | 0 | 0.87 | 0.2 | 0 |
| HSL | 313.78º | 1% | 0.56% | - |
| HSV(B) | 313.78º | 0.87% | 1% | - |
| XYZ | 52.68 | 26.71 | 59.51 | - |
| YUV | 118.87 | 176.05 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 204 | 0 | 0.87 | 0.2 | 0 | 313.78 | 1 | 0.56 |
| Hex | FF | 21 | CC | 0 | 57 | 14 | 0 | 13A | 64 | 38 |
| Octal | 377 | 41 | 314 | 0 | 127 | 24 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 100001 | 11001100 | 0 | 1010111 | 10100 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF21CC
Complementary color
Monochromatic Colors of #FF21CC
Black with #FF21CC
Text Example
Text Example
White with #FF21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21CC; }
p { color: rgb(255,33,204); }
H1.HeaderClassName
{
color: #FF21CC;
}
.AnyTagClassName
{
color: #FF21CC;
}
</style>
background-color css
<style>
a { background-color: #FF21CC; }
a { background-color: rgb(255,33,204); }
div.DivClassName
{
background-color: #FF21CC;
}
.BgClassName
{
background-color: #FF21CC;
}
</style>
border-color css
<style>
span { border-color: #FF21CC; }
span { border-color: rgb(255,33,204); }
td.TdClassName
{
border-color: #FF21CC;
}
.TagClassName
{
border-color: #FF21CC;
}
</style>