Shades of Razzle Dazzle Rose #FF37BD
Tints of Razzle Dazzle Rose #FF37BD
RGB
CMYK
RGB Variations
Color information
#FF37BD (or 0xFF37BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and BD. RGB value is (255,55,189). Sum of RGB (Red+Green+Blue) = 255+55+189=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37BD is #00C842. Grayscale: #818181. Windows color (decimal): -51267 or 12400639. OLE color: 12400639.
HSL color Cylindrical-coordinate representation of color #FF37BD: hue angle of 319.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 #FF37BD is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 189 | - |
| CMYK | 0 | 0.78 | 0.26 | 0 |
| HSL | 319.8º | 1% | 0.61% | - |
| HSV(B) | 319.8º | 0.78% | 1% | - |
| XYZ | 51.79 | 27.67 | 50.75 | - |
| YUV | 130.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 189 | 0 | 0.78 | 0.26 | 0 | 319.8 | 1 | 0.61 |
| Hex | FF | 37 | BD | 0 | 4E | 1A | 0 | 140 | 64 | 3D |
| Octal | 377 | 67 | 275 | 0 | 116 | 32 | 0 | 500 | 144 | 75 |
| Binary | 11111111 | 110111 | 10111101 | 0 | 1001110 | 11010 | 0 | 101000000 | 1100100 | 111101 |
Color Harmonies of #FF37BD
Complementary color
Monochromatic Colors of #FF37BD
Black with #FF37BD
Text Example
Text Example
White with #FF37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37BD; }
p { color: rgb(255,55,189); }
H1.HeaderClassName
{
color: #FF37BD;
}
.AnyTagClassName
{
color: #FF37BD;
}
</style>
background-color css
<style>
a { background-color: #FF37BD; }
a { background-color: rgb(255,55,189); }
div.DivClassName
{
background-color: #FF37BD;
}
.BgClassName
{
background-color: #FF37BD;
}
</style>
border-color css
<style>
span { border-color: #FF37BD; }
span { border-color: rgb(255,55,189); }
td.TdClassName
{
border-color: #FF37BD;
}
.TagClassName
{
border-color: #FF37BD;
}
</style>