Shades of Razzle Dazzle Rose #FE32DD
Tints of Razzle Dazzle Rose #FE32DD
RGB
CMYK
RGB Variations
Color information
#FE32DD (or 0xFE32DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and DD. RGB value is (254,50,221). Sum of RGB (Red+Green+Blue) = 254+50+221=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 50 (19.92% from 255 or 9.52% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32DD is #01CD22. Grayscale: #828282. Windows color (decimal): -118051 or 14496510. OLE color: 14496510.
HSL color Cylindrical-coordinate representation of color #FE32DD: hue angle of 309.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32DD is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 221 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.00 |
| HSL | 309.71º | 0.99% | 0.6% | - |
| HSV(B) | 309.71º | 0.8% | 1% | - |
| XYZ | 55.06 | 28.57 | 71.02 | - |
| YUV | 130.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 221 | 0 | 0.80 | 0.13 | 0.00 | 309.71 | 0.99 | 0.6 |
| Hex | FE | 32 | DD | 0 | 50 | D | 0 | 136 | 63 | 3C |
| Octal | 376 | 62 | 335 | 0 | 120 | 15 | 0 | 466 | 143 | 74 |
| Binary | 11111110 | 110010 | 11011101 | 0 | 1010000 | 1101 | 0 | 100110110 | 1100011 | 111100 |
Color Harmonies of #FE32DD
Complementary color
Monochromatic Colors of #FE32DD
Black with #FE32DD
Text Example
Text Example
White with #FE32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32DD; }
p { color: rgb(254,50,221); }
H1.HeaderClassName
{
color: #FE32DD;
}
.AnyTagClassName
{
color: #FE32DD;
}
</style>
background-color css
<style>
a { background-color: #FE32DD; }
a { background-color: rgb(254,50,221); }
div.DivClassName
{
background-color: #FE32DD;
}
.BgClassName
{
background-color: #FE32DD;
}
</style>
border-color css
<style>
span { border-color: #FE32DD; }
span { border-color: rgb(254,50,221); }
td.TdClassName
{
border-color: #FE32DD;
}
.TagClassName
{
border-color: #FE32DD;
}
</style>