Shades of Razzle Dazzle Rose #FE36DD
Tints of Razzle Dazzle Rose #FE36DD
RGB
CMYK
RGB Variations
Color information
#FE36DD (or 0xFE36DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and DD. RGB value is (254,54,221). Sum of RGB (Red+Green+Blue) = 254+54+221=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36DD is #01C922. Grayscale: #848484. Windows color (decimal): -117027 or 14497534. OLE color: 14497534.
HSL color Cylindrical-coordinate representation of color #FE36DD: hue angle of 309.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36DD is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 221 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.00 |
| HSL | 309.9º | 0.99% | 0.6% | - |
| HSV(B) | 309.9º | 0.79% | 1% | - |
| XYZ | 55.24 | 28.93 | 71.08 | - |
| YUV | 132.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 221 | 0 | 0.79 | 0.13 | 0.00 | 309.9 | 0.99 | 0.6 |
| Hex | FE | 36 | DD | 0 | 4F | D | 0 | 136 | 63 | 3C |
| Octal | 376 | 66 | 335 | 0 | 117 | 15 | 0 | 466 | 143 | 74 |
| Binary | 11111110 | 110110 | 11011101 | 0 | 1001111 | 1101 | 0 | 100110110 | 1100011 | 111100 |
Color Harmonies of #FE36DD
Complementary color
Monochromatic Colors of #FE36DD
Black with #FE36DD
Text Example
Text Example
White with #FE36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36DD; }
p { color: rgb(254,54,221); }
H1.HeaderClassName
{
color: #FE36DD;
}
.AnyTagClassName
{
color: #FE36DD;
}
</style>
background-color css
<style>
a { background-color: #FE36DD; }
a { background-color: rgb(254,54,221); }
div.DivClassName
{
background-color: #FE36DD;
}
.BgClassName
{
background-color: #FE36DD;
}
</style>
border-color css
<style>
span { border-color: #FE36DD; }
span { border-color: rgb(254,54,221); }
td.TdClassName
{
border-color: #FE36DD;
}
.TagClassName
{
border-color: #FE36DD;
}
</style>