Shades of Razzle Dazzle Rose #FF3FDB
Tints of Razzle Dazzle Rose #FF3FDB
RGB
CMYK
RGB Variations
Color information
#FF3FDB (or 0xFF3FDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and DB. RGB value is (255,63,219). Sum of RGB (Red+Green+Blue) = 255+63+219=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FDB is #00C024. Grayscale: #898989. Windows color (decimal): -49189 or 14368767. OLE color: 14368767.
HSL color Cylindrical-coordinate representation of color #FF3FDB: hue angle of 311.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FDB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 219 | - |
| CMYK | 0 | 0.75 | 0.14 | 0 |
| HSL | 311.25º | 1% | 0.62% | - |
| HSV(B) | 311.25º | 0.75% | 1% | - |
| XYZ | 55.8 | 29.93 | 69.85 | - |
| YUV | 138.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 219 | 0 | 0.75 | 0.14 | 0 | 311.25 | 1 | 0.62 |
| Hex | FF | 3F | DB | 0 | 4B | E | 0 | 137 | 64 | 3E |
| Octal | 377 | 77 | 333 | 0 | 113 | 16 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111111 | 11011011 | 0 | 1001011 | 1110 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3FDB
Complementary color
Monochromatic Colors of #FF3FDB
Black with #FF3FDB
Text Example
Text Example
White with #FF3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FDB; }
p { color: rgb(255,63,219); }
H1.HeaderClassName
{
color: #FF3FDB;
}
.AnyTagClassName
{
color: #FF3FDB;
}
</style>
background-color css
<style>
a { background-color: #FF3FDB; }
a { background-color: rgb(255,63,219); }
div.DivClassName
{
background-color: #FF3FDB;
}
.BgClassName
{
background-color: #FF3FDB;
}
</style>
border-color css
<style>
span { border-color: #FF3FDB; }
span { border-color: rgb(255,63,219); }
td.TdClassName
{
border-color: #FF3FDB;
}
.TagClassName
{
border-color: #FF3FDB;
}
</style>