Shades of Razzle Dazzle Rose #FE34DB
Tints of Razzle Dazzle Rose #FE34DB
RGB
CMYK
RGB Variations
Color information
#FE34DB (or 0xFE34DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and DB. RGB value is (254,52,219). Sum of RGB (Red+Green+Blue) = 254+52+219=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34DB is #01CB24. Grayscale: #828282. Windows color (decimal): -117541 or 14365950. OLE color: 14365950.
HSL color Cylindrical-coordinate representation of color #FE34DB: hue angle of 310.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34DB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 219 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.00 |
| HSL | 310.4º | 0.99% | 0.6% | - |
| HSV(B) | 310.4º | 0.8% | 1% | - |
| XYZ | 54.89 | 28.64 | 69.65 | - |
| YUV | 131.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 219 | 0 | 0.80 | 0.14 | 0.00 | 310.4 | 0.99 | 0.6 |
| Hex | FE | 34 | DB | 0 | 50 | E | 0 | 136 | 63 | 3C |
| Octal | 376 | 64 | 333 | 0 | 120 | 16 | 0 | 466 | 143 | 74 |
| Binary | 11111110 | 110100 | 11011011 | 0 | 1010000 | 1110 | 0 | 100110110 | 1100011 | 111100 |
Color Harmonies of #FE34DB
Complementary color
Monochromatic Colors of #FE34DB
Black with #FE34DB
Text Example
Text Example
White with #FE34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34DB; }
p { color: rgb(254,52,219); }
H1.HeaderClassName
{
color: #FE34DB;
}
.AnyTagClassName
{
color: #FE34DB;
}
</style>
background-color css
<style>
a { background-color: #FE34DB; }
a { background-color: rgb(254,52,219); }
div.DivClassName
{
background-color: #FE34DB;
}
.BgClassName
{
background-color: #FE34DB;
}
</style>
border-color css
<style>
span { border-color: #FE34DB; }
span { border-color: rgb(254,52,219); }
td.TdClassName
{
border-color: #FE34DB;
}
.TagClassName
{
border-color: #FE34DB;
}
</style>