Shades of Razzle Dazzle Rose #FE27DD
Tints of Razzle Dazzle Rose #FE27DD
RGB
CMYK
RGB Variations
Color information
#FE27DD (or 0xFE27DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and DD. RGB value is (254,39,221). Sum of RGB (Red+Green+Blue) = 254+39+221=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27DD is #01D822. Grayscale: #7B7B7B. Windows color (decimal): -120867 or 14493694. OLE color: 14493694.
HSL color Cylindrical-coordinate representation of color #FE27DD: hue angle of 309.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27DD is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 221 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.00 |
| HSL | 309.21º | 0.99% | 0.57% | - |
| HSV(B) | 309.21º | 0.85% | 1% | - |
| XYZ | 54.65 | 27.74 | 70.88 | - |
| YUV | 124.03 | 182.73 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 221 | 0 | 0.85 | 0.13 | 0.00 | 309.21 | 0.99 | 0.57 |
| Hex | FE | 27 | DD | 0 | 55 | D | 0 | 135 | 63 | 39 |
| Octal | 376 | 47 | 335 | 0 | 125 | 15 | 0 | 465 | 143 | 71 |
| Binary | 11111110 | 100111 | 11011101 | 0 | 1010101 | 1101 | 0 | 100110101 | 1100011 | 111001 |
Color Harmonies of #FE27DD
Complementary color
Monochromatic Colors of #FE27DD
Black with #FE27DD
Text Example
Text Example
White with #FE27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27DD; }
p { color: rgb(254,39,221); }
H1.HeaderClassName
{
color: #FE27DD;
}
.AnyTagClassName
{
color: #FE27DD;
}
</style>
background-color css
<style>
a { background-color: #FE27DD; }
a { background-color: rgb(254,39,221); }
div.DivClassName
{
background-color: #FE27DD;
}
.BgClassName
{
background-color: #FE27DD;
}
</style>
border-color css
<style>
span { border-color: #FE27DD; }
span { border-color: rgb(254,39,221); }
td.TdClassName
{
border-color: #FE27DD;
}
.TagClassName
{
border-color: #FE27DD;
}
</style>