Shades of Razzle Dazzle Rose #FF23DB
Tints of Razzle Dazzle Rose #FF23DB
RGB
CMYK
RGB Variations
Color information
#FF23DB (or 0xFF23DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 23 and DB. RGB value is (255,35,219). Sum of RGB (Red+Green+Blue) = 255+35+219=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 35 (14.06% from 255 or 6.88% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF23DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF23DB is #00DC24. Grayscale: #797979. Windows color (decimal): -56357 or 14361599. OLE color: 14361599.
HSL color Cylindrical-coordinate representation of color #FF23DB: hue angle of 309.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF23DB is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 219 | - |
| CMYK | 0 | 0.86 | 0.14 | 0 |
| HSL | 309.82º | 1% | 0.57% | - |
| HSV(B) | 309.82º | 0.86% | 1% | - |
| XYZ | 54.63 | 27.58 | 69.46 | - |
| YUV | 121.76 | 182.89 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 219 | 0 | 0.86 | 0.14 | 0 | 309.82 | 1 | 0.57 |
| Hex | FF | 23 | DB | 0 | 56 | E | 0 | 136 | 64 | 39 |
| Octal | 377 | 43 | 333 | 0 | 126 | 16 | 0 | 466 | 144 | 71 |
| Binary | 11111111 | 100011 | 11011011 | 0 | 1010110 | 1110 | 0 | 100110110 | 1100100 | 111001 |
Color Harmonies of #FF23DB
Complementary color
Monochromatic Colors of #FF23DB
Black with #FF23DB
Text Example
Text Example
White with #FF23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF23DB; }
p { color: rgb(255,35,219); }
H1.HeaderClassName
{
color: #FF23DB;
}
.AnyTagClassName
{
color: #FF23DB;
}
</style>
background-color css
<style>
a { background-color: #FF23DB; }
a { background-color: rgb(255,35,219); }
div.DivClassName
{
background-color: #FF23DB;
}
.BgClassName
{
background-color: #FF23DB;
}
</style>
border-color css
<style>
span { border-color: #FF23DB; }
span { border-color: rgb(255,35,219); }
td.TdClassName
{
border-color: #FF23DB;
}
.TagClassName
{
border-color: #FF23DB;
}
</style>