Shades of Razzle Dazzle Rose #FF37D0
Tints of Razzle Dazzle Rose #FF37D0
RGB
CMYK
RGB Variations
Color information
#FF37D0 (or 0xFF37D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and D0. RGB value is (255,55,208). Sum of RGB (Red+Green+Blue) = 255+55+208=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37D0 is #00C82F. Grayscale: #838383. Windows color (decimal): -51248 or 13645823. OLE color: 13645823.
HSL color Cylindrical-coordinate representation of color #FF37D0: hue angle of 314.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 #FF37D0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 208 | - |
| CMYK | 0 | 0.78 | 0.18 | 0 |
| HSL | 314.1º | 1% | 0.61% | - |
| HSV(B) | 314.1º | 0.78% | 1% | - |
| XYZ | 53.99 | 28.55 | 62.34 | - |
| YUV | 132.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 208 | 0 | 0.78 | 0.18 | 0 | 314.1 | 1 | 0.61 |
| Hex | FF | 37 | D0 | 0 | 4E | 12 | 0 | 13A | 64 | 3D |
| Octal | 377 | 67 | 320 | 0 | 116 | 22 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 110111 | 11010000 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF37D0
Complementary color
Monochromatic Colors of #FF37D0
Black with #FF37D0
Text Example
Text Example
White with #FF37D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37D0; }
p { color: rgb(255,55,208); }
H1.HeaderClassName
{
color: #FF37D0;
}
.AnyTagClassName
{
color: #FF37D0;
}
</style>
background-color css
<style>
a { background-color: #FF37D0; }
a { background-color: rgb(255,55,208); }
div.DivClassName
{
background-color: #FF37D0;
}
.BgClassName
{
background-color: #FF37D0;
}
</style>
border-color css
<style>
span { border-color: #FF37D0; }
span { border-color: rgb(255,55,208); }
td.TdClassName
{
border-color: #FF37D0;
}
.TagClassName
{
border-color: #FF37D0;
}
</style>