Shades of Razzle Dazzle Rose #FE2DDA
Tints of Razzle Dazzle Rose #FE2DDA
RGB
CMYK
RGB Variations
Color information
#FE2DDA (or 0xFE2DDA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and DA. RGB value is (254,45,218). Sum of RGB (Red+Green+Blue) = 254+45+218=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 45 (17.97% from 255 or 8.70% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DDA is #01D225. Grayscale: #7E7E7E. Windows color (decimal): -119334 or 14298622. OLE color: 14298622.
HSL color Cylindrical-coordinate representation of color #FE2DDA: hue angle of 310.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DDA is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 218 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.00 |
| HSL | 310.33º | 0.99% | 0.59% | - |
| HSV(B) | 310.33º | 0.82% | 1% | - |
| XYZ | 54.47 | 28.01 | 68.87 | - |
| YUV | 127.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 218 | 0 | 0.82 | 0.14 | 0.00 | 310.33 | 0.99 | 0.59 |
| Hex | FE | 2D | DA | 0 | 52 | E | 0 | 136 | 63 | 3B |
| Octal | 376 | 55 | 332 | 0 | 122 | 16 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101101 | 11011010 | 0 | 1010010 | 1110 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2DDA
Complementary color
Monochromatic Colors of #FE2DDA
Black with #FE2DDA
Text Example
Text Example
White with #FE2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DDA; }
p { color: rgb(254,45,218); }
H1.HeaderClassName
{
color: #FE2DDA;
}
.AnyTagClassName
{
color: #FE2DDA;
}
</style>
background-color css
<style>
a { background-color: #FE2DDA; }
a { background-color: rgb(254,45,218); }
div.DivClassName
{
background-color: #FE2DDA;
}
.BgClassName
{
background-color: #FE2DDA;
}
</style>
border-color css
<style>
span { border-color: #FE2DDA; }
span { border-color: rgb(254,45,218); }
td.TdClassName
{
border-color: #FE2DDA;
}
.TagClassName
{
border-color: #FE2DDA;
}
</style>