Shades of Razzle Dazzle Rose #FF37DD
Tints of Razzle Dazzle Rose #FF37DD
RGB
CMYK
RGB Variations
Color information
#FF37DD (or 0xFF37DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and DD. RGB value is (255,55,221). Sum of RGB (Red+Green+Blue) = 255+55+221=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 55 (21.88% from 255 or 10.36% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37DD is #00C822. Grayscale: #858585. Windows color (decimal): -51235 or 14497791. OLE color: 14497791.
HSL color Cylindrical-coordinate representation of color #FF37DD: hue angle of 310.2º 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 #FF37DD is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 221 | - |
| CMYK | 0 | 0.78 | 0.13 | 0 |
| HSL | 310.2º | 1% | 0.61% | - |
| HSV(B) | 310.2º | 0.78% | 1% | - |
| XYZ | 55.66 | 29.21 | 71.11 | - |
| YUV | 133.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 221 | 0 | 0.78 | 0.13 | 0 | 310.2 | 1 | 0.61 |
| Hex | FF | 37 | DD | 0 | 4E | D | 0 | 136 | 64 | 3D |
| Octal | 377 | 67 | 335 | 0 | 116 | 15 | 0 | 466 | 144 | 75 |
| Binary | 11111111 | 110111 | 11011101 | 0 | 1001110 | 1101 | 0 | 100110110 | 1100100 | 111101 |
Color Harmonies of #FF37DD
Complementary color
Monochromatic Colors of #FF37DD
Black with #FF37DD
Text Example
Text Example
White with #FF37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37DD; }
p { color: rgb(255,55,221); }
H1.HeaderClassName
{
color: #FF37DD;
}
.AnyTagClassName
{
color: #FF37DD;
}
</style>
background-color css
<style>
a { background-color: #FF37DD; }
a { background-color: rgb(255,55,221); }
div.DivClassName
{
background-color: #FF37DD;
}
.BgClassName
{
background-color: #FF37DD;
}
</style>
border-color css
<style>
span { border-color: #FF37DD; }
span { border-color: rgb(255,55,221); }
td.TdClassName
{
border-color: #FF37DD;
}
.TagClassName
{
border-color: #FF37DD;
}
</style>