Shades of Razzle Dazzle Rose #FF3ADB
Tints of Razzle Dazzle Rose #FF3ADB
RGB
CMYK
RGB Variations
Color information
#FF3ADB (or 0xFF3ADB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3A and DB. RGB value is (255,58,219). Sum of RGB (Red+Green+Blue) = 255+58+219=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 58 (23.05% from 255 or 10.90% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3ADB is #00C524. Grayscale: #868686. Windows color (decimal): -50469 or 14367487. OLE color: 14367487.
HSL color Cylindrical-coordinate representation of color #FF3ADB: hue angle of 310.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3ADB is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.14 | 0 |
| HSL | 310.96º | 1% | 0.61% | - |
| HSV(B) | 310.96º | 0.77% | 1% | - |
| XYZ | 55.54 | 29.4 | 69.77 | - |
| YUV | 135.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 219 | 0 | 0.77 | 0.14 | 0 | 310.96 | 1 | 0.61 |
| Hex | FF | 3A | DB | 0 | 4D | E | 0 | 137 | 64 | 3D |
| Octal | 377 | 72 | 333 | 0 | 115 | 16 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 111010 | 11011011 | 0 | 1001101 | 1110 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF3ADB
Complementary color
Monochromatic Colors of #FF3ADB
Black with #FF3ADB
Text Example
Text Example
White with #FF3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3ADB; }
p { color: rgb(255,58,219); }
H1.HeaderClassName
{
color: #FF3ADB;
}
.AnyTagClassName
{
color: #FF3ADB;
}
</style>
background-color css
<style>
a { background-color: #FF3ADB; }
a { background-color: rgb(255,58,219); }
div.DivClassName
{
background-color: #FF3ADB;
}
.BgClassName
{
background-color: #FF3ADB;
}
</style>
border-color css
<style>
span { border-color: #FF3ADB; }
span { border-color: rgb(255,58,219); }
td.TdClassName
{
border-color: #FF3ADB;
}
.TagClassName
{
border-color: #FF3ADB;
}
</style>