Shades of Razzle Dazzle Rose #FE37DB
Tints of Razzle Dazzle Rose #FE37DB
RGB
CMYK
RGB Variations
Color information
#FE37DB (or 0xFE37DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and DB. RGB value is (254,55,219). Sum of RGB (Red+Green+Blue) = 254+55+219=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37DB is #01C824. Grayscale: #848484. Windows color (decimal): -116773 or 14366718. OLE color: 14366718.
HSL color Cylindrical-coordinate representation of color #FE37DB: hue angle of 310.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37DB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 219 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.00 |
| HSL | 310.55º | 0.99% | 0.61% | - |
| HSV(B) | 310.55º | 0.78% | 1% | - |
| XYZ | 55.03 | 28.92 | 69.7 | - |
| YUV | 133.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 219 | 0 | 0.78 | 0.14 | 0.00 | 310.55 | 0.99 | 0.61 |
| Hex | FE | 37 | DB | 0 | 4E | E | 0 | 137 | 63 | 3D |
| Octal | 376 | 67 | 333 | 0 | 116 | 16 | 0 | 467 | 143 | 75 |
| Binary | 11111110 | 110111 | 11011011 | 0 | 1001110 | 1110 | 0 | 100110111 | 1100011 | 111101 |
Color Harmonies of #FE37DB
Complementary color
Monochromatic Colors of #FE37DB
Black with #FE37DB
Text Example
Text Example
White with #FE37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37DB; }
p { color: rgb(254,55,219); }
H1.HeaderClassName
{
color: #FE37DB;
}
.AnyTagClassName
{
color: #FE37DB;
}
</style>
background-color css
<style>
a { background-color: #FE37DB; }
a { background-color: rgb(254,55,219); }
div.DivClassName
{
background-color: #FE37DB;
}
.BgClassName
{
background-color: #FE37DB;
}
</style>
border-color css
<style>
span { border-color: #FE37DB; }
span { border-color: rgb(254,55,219); }
td.TdClassName
{
border-color: #FE37DB;
}
.TagClassName
{
border-color: #FE37DB;
}
</style>