Shades of Pale Magenta #FF70DD
Tints of Pale Magenta #FF70DD
RGB
CMYK
RGB Variations
Color information
#FF70DD (or 0xFF70DD) is known color: Pale Magenta. HEX triplet: FF, 70 and DD. RGB value is (255,112,221). Sum of RGB (Red+Green+Blue) = 255+112+221=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70DD is #008F22. Grayscale: #A6A6A6. Windows color (decimal): -36643 or 14512383. OLE color: 14512383.
HSL color Cylindrical-coordinate representation of color #FF70DD: hue angle of 314.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70DD is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 221 | - |
| CMYK | 0 | 0.56 | 0.13 | 0 |
| HSL | 314.27º | 1% | 0.72% | - |
| HSV(B) | 314.27º | 0.56% | 1% | - |
| XYZ | 60.09 | 38.07 | 72.59 | - |
| YUV | 167.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 221 | 0 | 0.56 | 0.13 | 0 | 314.27 | 1 | 0.72 |
| Hex | FF | 70 | DD | 0 | 38 | D | 0 | 13A | 64 | 48 |
| Octal | 377 | 160 | 335 | 0 | 70 | 15 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11011101 | 0 | 111000 | 1101 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF70DD
Complementary color
Monochromatic Colors of #FF70DD
Black with #FF70DD
Text Example
Text Example
White with #FF70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70DD; }
p { color: rgb(255,112,221); }
H1.HeaderClassName
{
color: #FF70DD;
}
.AnyTagClassName
{
color: #FF70DD;
}
</style>
background-color css
<style>
a { background-color: #FF70DD; }
a { background-color: rgb(255,112,221); }
div.DivClassName
{
background-color: #FF70DD;
}
.BgClassName
{
background-color: #FF70DD;
}
</style>
border-color css
<style>
span { border-color: #FF70DD; }
span { border-color: rgb(255,112,221); }
td.TdClassName
{
border-color: #FF70DD;
}
.TagClassName
{
border-color: #FF70DD;
}
</style>