Shades of Pale Magenta #FF75DD
Tints of Pale Magenta #FF75DD
RGB
CMYK
RGB Variations
Color information
#FF75DD (or 0xFF75DD) is known color: Pale Magenta. HEX triplet: FF, 75 and DD. RGB value is (255,117,221). Sum of RGB (Red+Green+Blue) = 255+117+221=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75DD is #008A22. Grayscale: #A9A9A9. Windows color (decimal): -35363 or 14513663. OLE color: 14513663.
HSL color Cylindrical-coordinate representation of color #FF75DD: hue angle of 314.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75DD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 221 | - |
| CMYK | 0 | 0.54 | 0.13 | 0 |
| HSL | 314.78º | 1% | 0.73% | - |
| HSV(B) | 314.78º | 0.54% | 1% | - |
| XYZ | 60.65 | 39.2 | 72.78 | - |
| YUV | 170.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 221 | 0 | 0.54 | 0.13 | 0 | 314.78 | 1 | 0.73 |
| Hex | FF | 75 | DD | 0 | 36 | D | 0 | 13B | 64 | 49 |
| Octal | 377 | 165 | 335 | 0 | 66 | 15 | 0 | 473 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11011101 | 0 | 110110 | 1101 | 0 | 100111011 | 1100100 | 1001001 |
Color Harmonies of #FF75DD
Complementary color
Monochromatic Colors of #FF75DD
Black with #FF75DD
Text Example
Text Example
White with #FF75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75DD; }
p { color: rgb(255,117,221); }
H1.HeaderClassName
{
color: #FF75DD;
}
.AnyTagClassName
{
color: #FF75DD;
}
</style>
background-color css
<style>
a { background-color: #FF75DD; }
a { background-color: rgb(255,117,221); }
div.DivClassName
{
background-color: #FF75DD;
}
.BgClassName
{
background-color: #FF75DD;
}
</style>
border-color css
<style>
span { border-color: #FF75DD; }
span { border-color: rgb(255,117,221); }
td.TdClassName
{
border-color: #FF75DD;
}
.TagClassName
{
border-color: #FF75DD;
}
</style>