Shades of Razzle Dazzle Rose #FE22DB
Tints of Razzle Dazzle Rose #FE22DB
RGB
CMYK
RGB Variations
Color information
#FE22DB (or 0xFE22DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 22 and DB. RGB value is (254,34,219). Sum of RGB (Red+Green+Blue) = 254+34+219=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 34 (13.67% from 255 or 6.71% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22DB is #01DD24. Grayscale: #787878. Windows color (decimal): -122149 or 14361342. OLE color: 14361342.
HSL color Cylindrical-coordinate representation of color #FE22DB: hue angle of 309.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE22DB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 219 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.00 |
| HSL | 309.55º | 0.99% | 0.56% | - |
| HSV(B) | 309.55º | 0.87% | 1% | - |
| XYZ | 54.23 | 27.33 | 69.43 | - |
| YUV | 120.87 | 183.39 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 219 | 0 | 0.87 | 0.14 | 0.00 | 309.55 | 0.99 | 0.56 |
| Hex | FE | 22 | DB | 0 | 57 | E | 0 | 136 | 63 | 38 |
| Octal | 376 | 42 | 333 | 0 | 127 | 16 | 0 | 466 | 143 | 70 |
| Binary | 11111110 | 100010 | 11011011 | 0 | 1010111 | 1110 | 0 | 100110110 | 1100011 | 111000 |
Color Harmonies of #FE22DB
Complementary color
Monochromatic Colors of #FE22DB
Black with #FE22DB
Text Example
Text Example
White with #FE22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22DB; }
p { color: rgb(254,34,219); }
H1.HeaderClassName
{
color: #FE22DB;
}
.AnyTagClassName
{
color: #FE22DB;
}
</style>
background-color css
<style>
a { background-color: #FE22DB; }
a { background-color: rgb(254,34,219); }
div.DivClassName
{
background-color: #FE22DB;
}
.BgClassName
{
background-color: #FE22DB;
}
</style>
border-color css
<style>
span { border-color: #FE22DB; }
span { border-color: rgb(254,34,219); }
td.TdClassName
{
border-color: #FE22DB;
}
.TagClassName
{
border-color: #FE22DB;
}
</style>