Shades of Hot Magenta #FF00DB
Tints of Hot Magenta #FF00DB
RGB
CMYK
RGB Variations
Color information
#FF00DB (or 0xFF00DB) is known color: Hot Magenta. HEX triplet: FF, 00 and DB. RGB value is (255,0,219). Sum of RGB (Red+Green+Blue) = 255+0+219=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00DB is #00FF24. Grayscale: #646464. Windows color (decimal): -65317 or 14352639. OLE color: 14352639.
HSL color Cylindrical-coordinate representation of color #FF00DB: hue angle of 308.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00DB is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 219 | - |
CMYK | 0 | 1 | 0.14 | 0 |
HSL | 308.47º | 1% | 0.5% | - |
HSV(B) | 308.47º | 1% | 1% | - |
XYZ | 54.03 | 26.37 | 69.26 | - |
YUV | 101.21 | 194.48 | 237.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 219 | 0 | 1 | 0.14 | 0 | 308.47 | 1 | 0.5 |
Hex | FF | 0 | DB | 0 | 64 | E | 0 | 134 | 64 | 32 |
Octal | 377 | 0 | 333 | 0 | 144 | 16 | 0 | 464 | 144 | 62 |
Binary | 11111111 | 0 | 11011011 | 0 | 1100100 | 1110 | 0 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FF00DB
Complementary color
Monochromatic Colors of #FF00DB
Black with #FF00DB
Text Example
Text Example
White with #FF00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00DB; }
p { color: rgb(255,0,219); }
H1.HeaderClassName
{
color: #FF00DB;
}
.AnyTagClassName
{
color: #FF00DB;
}
</style>
background-color css
<style>
a { background-color: #FF00DB; }
a { background-color: rgb(255,0,219); }
div.DivClassName
{
background-color: #FF00DB;
}
.BgClassName
{
background-color: #FF00DB;
}
</style>
border-color css
<style>
span { border-color: #FF00DB; }
span { border-color: rgb(255,0,219); }
td.TdClassName
{
border-color: #FF00DB;
}
.TagClassName
{
border-color: #FF00DB;
}
</style>