Shades of Razzle Dazzle Rose #FF2FDB
Tints of Razzle Dazzle Rose #FF2FDB
RGB
CMYK
RGB Variations
Color information
#FF2FDB (or 0xFF2FDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and DB. RGB value is (255,47,219). Sum of RGB (Red+Green+Blue) = 255+47+219=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FDB is #00D024. Grayscale: #808080. Windows color (decimal): -53285 or 14364671. OLE color: 14364671.
HSL color Cylindrical-coordinate representation of color #FF2FDB: hue angle of 310.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FDB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 219 | - |
| CMYK | 0 | 0.82 | 0.14 | 0 |
| HSL | 310.38º | 1% | 0.59% | - |
| HSV(B) | 310.38º | 0.82% | 1% | - |
| XYZ | 55.04 | 28.41 | 69.6 | - |
| YUV | 128.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 219 | 0 | 0.82 | 0.14 | 0 | 310.38 | 1 | 0.59 |
| Hex | FF | 2F | DB | 0 | 52 | E | 0 | 136 | 64 | 3B |
| Octal | 377 | 57 | 333 | 0 | 122 | 16 | 0 | 466 | 144 | 73 |
| Binary | 11111111 | 101111 | 11011011 | 0 | 1010010 | 1110 | 0 | 100110110 | 1100100 | 111011 |
Color Harmonies of #FF2FDB
Complementary color
Monochromatic Colors of #FF2FDB
Black with #FF2FDB
Text Example
Text Example
White with #FF2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FDB; }
p { color: rgb(255,47,219); }
H1.HeaderClassName
{
color: #FF2FDB;
}
.AnyTagClassName
{
color: #FF2FDB;
}
</style>
background-color css
<style>
a { background-color: #FF2FDB; }
a { background-color: rgb(255,47,219); }
div.DivClassName
{
background-color: #FF2FDB;
}
.BgClassName
{
background-color: #FF2FDB;
}
</style>
border-color css
<style>
span { border-color: #FF2FDB; }
span { border-color: rgb(255,47,219); }
td.TdClassName
{
border-color: #FF2FDB;
}
.TagClassName
{
border-color: #FF2FDB;
}
</style>