Shades of Hot Magenta #FF13DD
Tints of Hot Magenta #FF13DD
RGB
CMYK
RGB Variations
Color information
#FF13DD (or 0xFF13DD) is known color: Hot Magenta. HEX triplet: FF, 13 and DD. RGB value is (255,19,221). Sum of RGB (Red+Green+Blue) = 255+19+221=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13DD is #00EC22. Grayscale: #707070. Windows color (decimal): -60451 or 14488575. OLE color: 14488575.
HSL color Cylindrical-coordinate representation of color #FF13DD: hue angle of 308.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13DD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 221 | - |
| CMYK | 0 | 0.93 | 0.13 | 0 |
| HSL | 308.64º | 1% | 0.54% | - |
| HSV(B) | 308.64º | 0.93% | 1% | - |
| XYZ | 54.52 | 26.95 | 70.73 | - |
| YUV | 112.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 221 | 0 | 0.93 | 0.13 | 0 | 308.64 | 1 | 0.54 |
| Hex | FF | 13 | DD | 0 | 5D | D | 0 | 135 | 64 | 36 |
| Octal | 377 | 23 | 335 | 0 | 135 | 15 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10011 | 11011101 | 0 | 1011101 | 1101 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF13DD
Complementary color
Monochromatic Colors of #FF13DD
Black with #FF13DD
Text Example
Text Example
White with #FF13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13DD; }
p { color: rgb(255,19,221); }
H1.HeaderClassName
{
color: #FF13DD;
}
.AnyTagClassName
{
color: #FF13DD;
}
</style>
background-color css
<style>
a { background-color: #FF13DD; }
a { background-color: rgb(255,19,221); }
div.DivClassName
{
background-color: #FF13DD;
}
.BgClassName
{
background-color: #FF13DD;
}
</style>
border-color css
<style>
span { border-color: #FF13DD; }
span { border-color: rgb(255,19,221); }
td.TdClassName
{
border-color: #FF13DD;
}
.TagClassName
{
border-color: #FF13DD;
}
</style>