Shades of Razzle Dazzle Rose #FF36DB
Tints of Razzle Dazzle Rose #FF36DB
RGB
CMYK
RGB Variations
Color information
#FF36DB (or 0xFF36DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 36 and DB. RGB value is (255,54,219). Sum of RGB (Red+Green+Blue) = 255+54+219=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 54 (21.48% from 255 or 10.23% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF36DB is #00C924. Grayscale: #848484. Windows color (decimal): -51493 or 14366463. OLE color: 14366463.
HSL color Cylindrical-coordinate representation of color #FF36DB: hue angle of 310.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF36DB is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 219 | - |
| CMYK | 0 | 0.79 | 0.14 | 0 |
| HSL | 310.75º | 1% | 0.61% | - |
| HSV(B) | 310.75º | 0.79% | 1% | - |
| XYZ | 55.35 | 29.01 | 69.7 | - |
| YUV | 132.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 219 | 0 | 0.79 | 0.14 | 0 | 310.75 | 1 | 0.61 |
| Hex | FF | 36 | DB | 0 | 4F | E | 0 | 137 | 64 | 3D |
| Octal | 377 | 66 | 333 | 0 | 117 | 16 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 110110 | 11011011 | 0 | 1001111 | 1110 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF36DB
Complementary color
Monochromatic Colors of #FF36DB
Black with #FF36DB
Text Example
Text Example
White with #FF36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36DB; }
p { color: rgb(255,54,219); }
H1.HeaderClassName
{
color: #FF36DB;
}
.AnyTagClassName
{
color: #FF36DB;
}
</style>
background-color css
<style>
a { background-color: #FF36DB; }
a { background-color: rgb(255,54,219); }
div.DivClassName
{
background-color: #FF36DB;
}
.BgClassName
{
background-color: #FF36DB;
}
</style>
border-color css
<style>
span { border-color: #FF36DB; }
span { border-color: rgb(255,54,219); }
td.TdClassName
{
border-color: #FF36DB;
}
.TagClassName
{
border-color: #FF36DB;
}
</style>