Shades of Razzle Dazzle Rose #FF48DB
Tints of Razzle Dazzle Rose #FF48DB
RGB
CMYK
RGB Variations
Color information
#FF48DB (or 0xFF48DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and DB. RGB value is (255,72,219). Sum of RGB (Red+Green+Blue) = 255+72+219=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 72 (28.52% from 255 or 13.19% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48DB is #00B724. Grayscale: #8F8F8F. Windows color (decimal): -46885 or 14371071. OLE color: 14371071.
HSL color Cylindrical-coordinate representation of color #FF48DB: hue angle of 311.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48DB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 219 | - |
| CMYK | 0 | 0.72 | 0.14 | 0 |
| HSL | 311.8º | 1% | 0.64% | - |
| HSV(B) | 311.8º | 0.72% | 1% | - |
| XYZ | 56.34 | 31.01 | 70.03 | - |
| YUV | 143.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 219 | 0 | 0.72 | 0.14 | 0 | 311.8 | 1 | 0.64 |
| Hex | FF | 48 | DB | 0 | 48 | E | 0 | 138 | 64 | 40 |
| Octal | 377 | 110 | 333 | 0 | 110 | 16 | 0 | 470 | 144 | 100 |
| Binary | 11111111 | 1001000 | 11011011 | 0 | 1001000 | 1110 | 0 | 100111000 | 1100100 | 1000000 |
Color Harmonies of #FF48DB
Complementary color
Monochromatic Colors of #FF48DB
Black with #FF48DB
Text Example
Text Example
White with #FF48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48DB; }
p { color: rgb(255,72,219); }
H1.HeaderClassName
{
color: #FF48DB;
}
.AnyTagClassName
{
color: #FF48DB;
}
</style>
background-color css
<style>
a { background-color: #FF48DB; }
a { background-color: rgb(255,72,219); }
div.DivClassName
{
background-color: #FF48DB;
}
.BgClassName
{
background-color: #FF48DB;
}
</style>
border-color css
<style>
span { border-color: #FF48DB; }
span { border-color: rgb(255,72,219); }
td.TdClassName
{
border-color: #FF48DB;
}
.TagClassName
{
border-color: #FF48DB;
}
</style>