Shades of Pale Magenta #FF72DD
Tints of Pale Magenta #FF72DD
RGB
CMYK
RGB Variations
Color information
#FF72DD (or 0xFF72DD) is known color: Pale Magenta. HEX triplet: FF, 72 and DD. RGB value is (255,114,221). Sum of RGB (Red+Green+Blue) = 255+114+221=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72DD is #008D22. Grayscale: #A8A8A8. Windows color (decimal): -36131 or 14512895. OLE color: 14512895.
HSL color Cylindrical-coordinate representation of color #FF72DD: hue angle of 314.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72DD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 221 | - |
| CMYK | 0 | 0.55 | 0.13 | 0 |
| HSL | 314.47º | 1% | 0.72% | - |
| HSV(B) | 314.47º | 0.55% | 1% | - |
| XYZ | 60.31 | 38.52 | 72.66 | - |
| YUV | 168.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 221 | 0 | 0.55 | 0.13 | 0 | 314.47 | 1 | 0.72 |
| Hex | FF | 72 | DD | 0 | 37 | D | 0 | 13A | 64 | 48 |
| Octal | 377 | 162 | 335 | 0 | 67 | 15 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11011101 | 0 | 110111 | 1101 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF72DD
Complementary color
Monochromatic Colors of #FF72DD
Black with #FF72DD
Text Example
Text Example
White with #FF72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72DD; }
p { color: rgb(255,114,221); }
H1.HeaderClassName
{
color: #FF72DD;
}
.AnyTagClassName
{
color: #FF72DD;
}
</style>
background-color css
<style>
a { background-color: #FF72DD; }
a { background-color: rgb(255,114,221); }
div.DivClassName
{
background-color: #FF72DD;
}
.BgClassName
{
background-color: #FF72DD;
}
</style>
border-color css
<style>
span { border-color: #FF72DD; }
span { border-color: rgb(255,114,221); }
td.TdClassName
{
border-color: #FF72DD;
}
.TagClassName
{
border-color: #FF72DD;
}
</style>