Shades of Razzle Dazzle Rose #FF3DDB
Tints of Razzle Dazzle Rose #FF3DDB
RGB
CMYK
RGB Variations
Color information
#FF3DDB (or 0xFF3DDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and DB. RGB value is (255,61,219). Sum of RGB (Red+Green+Blue) = 255+61+219=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 61 (24.22% from 255 or 11.40% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DDB is #00C224. Grayscale: #888888. Windows color (decimal): -49701 or 14368255. OLE color: 14368255.
HSL color Cylindrical-coordinate representation of color #FF3DDB: hue angle of 311.13º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DDB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 219 | - |
| CMYK | 0 | 0.76 | 0.14 | 0 |
| HSL | 311.13º | 1% | 0.62% | - |
| HSV(B) | 311.13º | 0.76% | 1% | - |
| XYZ | 55.69 | 29.71 | 69.82 | - |
| YUV | 137.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 219 | 0 | 0.76 | 0.14 | 0 | 311.13 | 1 | 0.62 |
| Hex | FF | 3D | DB | 0 | 4C | E | 0 | 137 | 64 | 3E |
| Octal | 377 | 75 | 333 | 0 | 114 | 16 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111101 | 11011011 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3DDB
Complementary color
Monochromatic Colors of #FF3DDB
Black with #FF3DDB
Text Example
Text Example
White with #FF3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DDB; }
p { color: rgb(255,61,219); }
H1.HeaderClassName
{
color: #FF3DDB;
}
.AnyTagClassName
{
color: #FF3DDB;
}
</style>
background-color css
<style>
a { background-color: #FF3DDB; }
a { background-color: rgb(255,61,219); }
div.DivClassName
{
background-color: #FF3DDB;
}
.BgClassName
{
background-color: #FF3DDB;
}
</style>
border-color css
<style>
span { border-color: #FF3DDB; }
span { border-color: rgb(255,61,219); }
td.TdClassName
{
border-color: #FF3DDB;
}
.TagClassName
{
border-color: #FF3DDB;
}
</style>