Shades of Razzle Dazzle Rose #FF39DB
Tints of Razzle Dazzle Rose #FF39DB
RGB
CMYK
RGB Variations
Color information
#FF39DB (or 0xFF39DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 39 and DB. RGB value is (255,57,219). Sum of RGB (Red+Green+Blue) = 255+57+219=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 57 (22.66% from 255 or 10.73% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF39DB is #00C624. Grayscale: #868686. Windows color (decimal): -50725 or 14367231. OLE color: 14367231.
HSL color Cylindrical-coordinate representation of color #FF39DB: hue angle of 310.91º 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 #FF39DB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 219 | - |
| CMYK | 0 | 0.78 | 0.14 | 0 |
| HSL | 310.91º | 1% | 0.61% | - |
| HSV(B) | 310.91º | 0.78% | 1% | - |
| XYZ | 55.49 | 29.3 | 69.75 | - |
| YUV | 134.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 219 | 0 | 0.78 | 0.14 | 0 | 310.91 | 1 | 0.61 |
| Hex | FF | 39 | DB | 0 | 4E | E | 0 | 137 | 64 | 3D |
| Octal | 377 | 71 | 333 | 0 | 116 | 16 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 111001 | 11011011 | 0 | 1001110 | 1110 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF39DB
Complementary color
Monochromatic Colors of #FF39DB
Black with #FF39DB
Text Example
Text Example
White with #FF39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39DB; }
p { color: rgb(255,57,219); }
H1.HeaderClassName
{
color: #FF39DB;
}
.AnyTagClassName
{
color: #FF39DB;
}
</style>
background-color css
<style>
a { background-color: #FF39DB; }
a { background-color: rgb(255,57,219); }
div.DivClassName
{
background-color: #FF39DB;
}
.BgClassName
{
background-color: #FF39DB;
}
</style>
border-color css
<style>
span { border-color: #FF39DB; }
span { border-color: rgb(255,57,219); }
td.TdClassName
{
border-color: #FF39DB;
}
.TagClassName
{
border-color: #FF39DB;
}
</style>