Shades of Razzle Dazzle Rose #FE2DDB
Tints of Razzle Dazzle Rose #FE2DDB
RGB
CMYK
RGB Variations
Color information
#FE2DDB (or 0xFE2DDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and DB. RGB value is (254,45,219). Sum of RGB (Red+Green+Blue) = 254+45+219=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 45 (17.97% from 255 or 8.69% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DDB is #01D224. Grayscale: #7E7E7E. Windows color (decimal): -119333 or 14364158. OLE color: 14364158.
HSL color Cylindrical-coordinate representation of color #FE2DDB: hue angle of 310.05º 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 #FE2DDB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 219 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.00 |
| HSL | 310.05º | 0.99% | 0.59% | - |
| HSV(B) | 310.05º | 0.82% | 1% | - |
| XYZ | 54.6 | 28.06 | 69.56 | - |
| YUV | 127.33 | 179.74 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 219 | 0 | 0.82 | 0.14 | 0.00 | 310.05 | 0.99 | 0.59 |
| Hex | FE | 2D | DB | 0 | 52 | E | 0 | 136 | 63 | 3B |
| Octal | 376 | 55 | 333 | 0 | 122 | 16 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101101 | 11011011 | 0 | 1010010 | 1110 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2DDB
Complementary color
Monochromatic Colors of #FE2DDB
Black with #FE2DDB
Text Example
Text Example
White with #FE2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DDB; }
p { color: rgb(254,45,219); }
H1.HeaderClassName
{
color: #FE2DDB;
}
.AnyTagClassName
{
color: #FE2DDB;
}
</style>
background-color css
<style>
a { background-color: #FE2DDB; }
a { background-color: rgb(254,45,219); }
div.DivClassName
{
background-color: #FE2DDB;
}
.BgClassName
{
background-color: #FE2DDB;
}
</style>
border-color css
<style>
span { border-color: #FE2DDB; }
span { border-color: rgb(254,45,219); }
td.TdClassName
{
border-color: #FE2DDB;
}
.TagClassName
{
border-color: #FE2DDB;
}
</style>