Shades of Razzle Dazzle Rose #FE2DDC
Tints of Razzle Dazzle Rose #FE2DDC
RGB
CMYK
RGB Variations
Color information
#FE2DDC (or 0xFE2DDC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and DC. RGB value is (254,45,220). Sum of RGB (Red+Green+Blue) = 254+45+220=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DDC is #01D223. Grayscale: #7E7E7E. Windows color (decimal): -119332 or 14429694. OLE color: 14429694.
HSL color Cylindrical-coordinate representation of color #FE2DDC: hue angle of 309.76º 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 #FE2DDC is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 220 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.00 |
| HSL | 309.76º | 0.99% | 0.59% | - |
| HSV(B) | 309.76º | 0.82% | 1% | - |
| XYZ | 54.73 | 28.11 | 70.25 | - |
| YUV | 127.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 220 | 0 | 0.82 | 0.13 | 0.00 | 309.76 | 0.99 | 0.59 |
| Hex | FE | 2D | DC | 0 | 52 | D | 0 | 136 | 63 | 3B |
| Octal | 376 | 55 | 334 | 0 | 122 | 15 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101101 | 11011100 | 0 | 1010010 | 1101 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2DDC
Complementary color
Monochromatic Colors of #FE2DDC
Black with #FE2DDC
Text Example
Text Example
White with #FE2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DDC; }
p { color: rgb(254,45,220); }
H1.HeaderClassName
{
color: #FE2DDC;
}
.AnyTagClassName
{
color: #FE2DDC;
}
</style>
background-color css
<style>
a { background-color: #FE2DDC; }
a { background-color: rgb(254,45,220); }
div.DivClassName
{
background-color: #FE2DDC;
}
.BgClassName
{
background-color: #FE2DDC;
}
</style>
border-color css
<style>
span { border-color: #FE2DDC; }
span { border-color: rgb(254,45,220); }
td.TdClassName
{
border-color: #FE2DDC;
}
.TagClassName
{
border-color: #FE2DDC;
}
</style>