Shades of Razzle Dazzle Rose #FF37DA
Tints of Razzle Dazzle Rose #FF37DA
RGB
CMYK
RGB Variations
Color information
#FF37DA (or 0xFF37DA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and DA. RGB value is (255,55,218). Sum of RGB (Red+Green+Blue) = 255+55+218=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37DA is #00C825. Grayscale: #848484. Windows color (decimal): -51238 or 14301183. OLE color: 14301183.
HSL color Cylindrical-coordinate representation of color #FF37DA: hue angle of 311.1º 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 #FF37DA is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 218 | - |
| CMYK | 0 | 0.78 | 0.15 | 0 |
| HSL | 311.1º | 1% | 0.61% | - |
| HSV(B) | 311.1º | 0.78% | 1% | - |
| XYZ | 55.26 | 29.05 | 69.03 | - |
| YUV | 133.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 218 | 0 | 0.78 | 0.15 | 0 | 311.1 | 1 | 0.61 |
| Hex | FF | 37 | DA | 0 | 4E | F | 0 | 137 | 64 | 3D |
| Octal | 377 | 67 | 332 | 0 | 116 | 17 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 110111 | 11011010 | 0 | 1001110 | 1111 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF37DA
Complementary color
Monochromatic Colors of #FF37DA
Black with #FF37DA
Text Example
Text Example
White with #FF37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37DA; }
p { color: rgb(255,55,218); }
H1.HeaderClassName
{
color: #FF37DA;
}
.AnyTagClassName
{
color: #FF37DA;
}
</style>
background-color css
<style>
a { background-color: #FF37DA; }
a { background-color: rgb(255,55,218); }
div.DivClassName
{
background-color: #FF37DA;
}
.BgClassName
{
background-color: #FF37DA;
}
</style>
border-color css
<style>
span { border-color: #FF37DA; }
span { border-color: rgb(255,55,218); }
td.TdClassName
{
border-color: #FF37DA;
}
.TagClassName
{
border-color: #FF37DA;
}
</style>