Shades of Razzle Dazzle Rose #FF37DB
Tints of Razzle Dazzle Rose #FF37DB
RGB
CMYK
RGB Variations
Color information
#FF37DB (or 0xFF37DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and DB. RGB value is (255,55,219). Sum of RGB (Red+Green+Blue) = 255+55+219=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 55 (21.88% from 255 or 10.40% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37DB is #00C824. Grayscale: #858585. Windows color (decimal): -51237 or 14366719. OLE color: 14366719.
HSL color Cylindrical-coordinate representation of color #FF37DB: hue angle of 310.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37DB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 219 | - |
| CMYK | 0 | 0.78 | 0.14 | 0 |
| HSL | 310.8º | 1% | 0.61% | - |
| HSV(B) | 310.8º | 0.78% | 1% | - |
| XYZ | 55.39 | 29.11 | 69.72 | - |
| YUV | 133.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 219 | 0 | 0.78 | 0.14 | 0 | 310.8 | 1 | 0.61 |
| Hex | FF | 37 | DB | 0 | 4E | E | 0 | 137 | 64 | 3D |
| Octal | 377 | 67 | 333 | 0 | 116 | 16 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 110111 | 11011011 | 0 | 1001110 | 1110 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF37DB
Complementary color
Monochromatic Colors of #FF37DB
Black with #FF37DB
Text Example
Text Example
White with #FF37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37DB; }
p { color: rgb(255,55,219); }
H1.HeaderClassName
{
color: #FF37DB;
}
.AnyTagClassName
{
color: #FF37DB;
}
</style>
background-color css
<style>
a { background-color: #FF37DB; }
a { background-color: rgb(255,55,219); }
div.DivClassName
{
background-color: #FF37DB;
}
.BgClassName
{
background-color: #FF37DB;
}
</style>
border-color css
<style>
span { border-color: #FF37DB; }
span { border-color: rgb(255,55,219); }
td.TdClassName
{
border-color: #FF37DB;
}
.TagClassName
{
border-color: #FF37DB;
}
</style>