Shades of Razzle Dazzle Rose #FF41DB
Tints of Razzle Dazzle Rose #FF41DB
RGB
CMYK
RGB Variations
Color information
#FF41DB (or 0xFF41DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and DB. RGB value is (255,65,219). Sum of RGB (Red+Green+Blue) = 255+65+219=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41DB is #00BE24. Grayscale: #8A8A8A. Windows color (decimal): -48677 or 14369279. OLE color: 14369279.
HSL color Cylindrical-coordinate representation of color #FF41DB: hue angle of 311.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41DB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 219 | - |
| CMYK | 0 | 0.75 | 0.14 | 0 |
| HSL | 311.37º | 1% | 0.63% | - |
| HSV(B) | 311.37º | 0.75% | 1% | - |
| XYZ | 55.92 | 30.16 | 69.89 | - |
| YUV | 139.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 219 | 0 | 0.75 | 0.14 | 0 | 311.37 | 1 | 0.63 |
| Hex | FF | 41 | DB | 0 | 4B | E | 0 | 137 | 64 | 3F |
| Octal | 377 | 101 | 333 | 0 | 113 | 16 | 0 | 467 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11011011 | 0 | 1001011 | 1110 | 0 | 100110111 | 1100100 | 111111 |
Color Harmonies of #FF41DB
Complementary color
Monochromatic Colors of #FF41DB
Black with #FF41DB
Text Example
Text Example
White with #FF41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41DB; }
p { color: rgb(255,65,219); }
H1.HeaderClassName
{
color: #FF41DB;
}
.AnyTagClassName
{
color: #FF41DB;
}
</style>
background-color css
<style>
a { background-color: #FF41DB; }
a { background-color: rgb(255,65,219); }
div.DivClassName
{
background-color: #FF41DB;
}
.BgClassName
{
background-color: #FF41DB;
}
</style>
border-color css
<style>
span { border-color: #FF41DB; }
span { border-color: rgb(255,65,219); }
td.TdClassName
{
border-color: #FF41DB;
}
.TagClassName
{
border-color: #FF41DB;
}
</style>