Shades of Razzle Dazzle Rose #FE44DD
Tints of Razzle Dazzle Rose #FE44DD
RGB
CMYK
RGB Variations
Color information
#FE44DD (or 0xFE44DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and DD. RGB value is (254,68,221). Sum of RGB (Red+Green+Blue) = 254+68+221=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 68 (26.95% from 255 or 12.52% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44DD is #01BB22. Grayscale: #8C8C8C. Windows color (decimal): -113443 or 14501118. OLE color: 14501118.
HSL color Cylindrical-coordinate representation of color #FE44DD: hue angle of 310.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44DD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 221 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.00 |
| HSL | 310.65º | 0.99% | 0.63% | - |
| HSV(B) | 310.65º | 0.73% | 1% | - |
| XYZ | 55.99 | 30.43 | 71.33 | - |
| YUV | 141.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 221 | 0 | 0.73 | 0.13 | 0.00 | 310.65 | 0.99 | 0.63 |
| Hex | FE | 44 | DD | 0 | 49 | D | 0 | 137 | 63 | 3F |
| Octal | 376 | 104 | 335 | 0 | 111 | 15 | 0 | 467 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11011101 | 0 | 1001001 | 1101 | 0 | 100110111 | 1100011 | 111111 |
Color Harmonies of #FE44DD
Complementary color
Monochromatic Colors of #FE44DD
Black with #FE44DD
Text Example
Text Example
White with #FE44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44DD; }
p { color: rgb(254,68,221); }
H1.HeaderClassName
{
color: #FE44DD;
}
.AnyTagClassName
{
color: #FE44DD;
}
</style>
background-color css
<style>
a { background-color: #FE44DD; }
a { background-color: rgb(254,68,221); }
div.DivClassName
{
background-color: #FE44DD;
}
.BgClassName
{
background-color: #FE44DD;
}
</style>
border-color css
<style>
span { border-color: #FE44DD; }
span { border-color: rgb(254,68,221); }
td.TdClassName
{
border-color: #FE44DD;
}
.TagClassName
{
border-color: #FE44DD;
}
</style>