Shades of Razzle Dazzle Rose #FF1FDB
Tints of Razzle Dazzle Rose #FF1FDB
RGB
CMYK
RGB Variations
Color information
#FF1FDB (or 0xFF1FDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1F and DB. RGB value is (255,31,219). Sum of RGB (Red+Green+Blue) = 255+31+219=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FDB is #00E024. Grayscale: #767676. Windows color (decimal): -57381 or 14360575. OLE color: 14360575.
HSL color Cylindrical-coordinate representation of color #FF1FDB: hue angle of 309.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FDB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 219 | - |
| CMYK | 0 | 0.88 | 0.14 | 0 |
| HSL | 309.64º | 1% | 0.56% | - |
| HSV(B) | 309.64º | 0.88% | 1% | - |
| XYZ | 54.52 | 27.35 | 69.42 | - |
| YUV | 119.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 219 | 0 | 0.88 | 0.14 | 0 | 309.64 | 1 | 0.56 |
| Hex | FF | 1F | DB | 0 | 58 | E | 0 | 136 | 64 | 38 |
| Octal | 377 | 37 | 333 | 0 | 130 | 16 | 0 | 466 | 144 | 70 |
| Binary | 11111111 | 11111 | 11011011 | 0 | 1011000 | 1110 | 0 | 100110110 | 1100100 | 111000 |
Color Harmonies of #FF1FDB
Complementary color
Monochromatic Colors of #FF1FDB
Black with #FF1FDB
Text Example
Text Example
White with #FF1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FDB; }
p { color: rgb(255,31,219); }
H1.HeaderClassName
{
color: #FF1FDB;
}
.AnyTagClassName
{
color: #FF1FDB;
}
</style>
background-color css
<style>
a { background-color: #FF1FDB; }
a { background-color: rgb(255,31,219); }
div.DivClassName
{
background-color: #FF1FDB;
}
.BgClassName
{
background-color: #FF1FDB;
}
</style>
border-color css
<style>
span { border-color: #FF1FDB; }
span { border-color: rgb(255,31,219); }
td.TdClassName
{
border-color: #FF1FDB;
}
.TagClassName
{
border-color: #FF1FDB;
}
</style>