Shades of Razzle Dazzle Rose #FF3CDB
Tints of Razzle Dazzle Rose #FF3CDB
RGB
CMYK
RGB Variations
Color information
#FF3CDB (or 0xFF3CDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and DB. RGB value is (255,60,219). Sum of RGB (Red+Green+Blue) = 255+60+219=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 60 (23.83% from 255 or 11.24% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CDB is #00C324. Grayscale: #878787. Windows color (decimal): -49957 or 14367999. OLE color: 14367999.
HSL color Cylindrical-coordinate representation of color #FF3CDB: hue angle of 311.08º 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 #FF3CDB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 219 | - |
| CMYK | 0 | 0.76 | 0.14 | 0 |
| HSL | 311.08º | 1% | 0.62% | - |
| HSV(B) | 311.08º | 0.76% | 1% | - |
| XYZ | 55.64 | 29.61 | 69.8 | - |
| YUV | 136.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 219 | 0 | 0.76 | 0.14 | 0 | 311.08 | 1 | 0.62 |
| Hex | FF | 3C | DB | 0 | 4C | E | 0 | 137 | 64 | 3E |
| Octal | 377 | 74 | 333 | 0 | 114 | 16 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111100 | 11011011 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3CDB
Complementary color
Monochromatic Colors of #FF3CDB
Black with #FF3CDB
Text Example
Text Example
White with #FF3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CDB; }
p { color: rgb(255,60,219); }
H1.HeaderClassName
{
color: #FF3CDB;
}
.AnyTagClassName
{
color: #FF3CDB;
}
</style>
background-color css
<style>
a { background-color: #FF3CDB; }
a { background-color: rgb(255,60,219); }
div.DivClassName
{
background-color: #FF3CDB;
}
.BgClassName
{
background-color: #FF3CDB;
}
</style>
border-color css
<style>
span { border-color: #FF3CDB; }
span { border-color: rgb(255,60,219); }
td.TdClassName
{
border-color: #FF3CDB;
}
.TagClassName
{
border-color: #FF3CDB;
}
</style>