Shades of Razzle Dazzle Rose #FF37D1
Tints of Razzle Dazzle Rose #FF37D1
RGB
CMYK
RGB Variations
Color information
#FF37D1 (or 0xFF37D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and D1. RGB value is (255,55,209). Sum of RGB (Red+Green+Blue) = 255+55+209=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 55 (21.88% from 255 or 10.60% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37D1 is #00C82E. Grayscale: #838383. Windows color (decimal): -51247 or 13711359. OLE color: 13711359.
HSL color Cylindrical-coordinate representation of color #FF37D1: hue angle of 313.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 #FF37D1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 209 | - |
| CMYK | 0 | 0.78 | 0.18 | 0 |
| HSL | 313.8º | 1% | 0.61% | - |
| HSV(B) | 313.8º | 0.78% | 1% | - |
| XYZ | 54.11 | 28.6 | 62.99 | - |
| YUV | 132.36 | 171.26 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 209 | 0 | 0.78 | 0.18 | 0 | 313.8 | 1 | 0.61 |
| Hex | FF | 37 | D1 | 0 | 4E | 12 | 0 | 13A | 64 | 3D |
| Octal | 377 | 67 | 321 | 0 | 116 | 22 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 110111 | 11010001 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF37D1
Complementary color
Monochromatic Colors of #FF37D1
Black with #FF37D1
Text Example
Text Example
White with #FF37D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37D1; }
p { color: rgb(255,55,209); }
H1.HeaderClassName
{
color: #FF37D1;
}
.AnyTagClassName
{
color: #FF37D1;
}
</style>
background-color css
<style>
a { background-color: #FF37D1; }
a { background-color: rgb(255,55,209); }
div.DivClassName
{
background-color: #FF37D1;
}
.BgClassName
{
background-color: #FF37D1;
}
</style>
border-color css
<style>
span { border-color: #FF37D1; }
span { border-color: rgb(255,55,209); }
td.TdClassName
{
border-color: #FF37D1;
}
.TagClassName
{
border-color: #FF37D1;
}
</style>