Shades of Pale Magenta #FF74DD
Tints of Pale Magenta #FF74DD
RGB
CMYK
RGB Variations
Color information
#FF74DD (or 0xFF74DD) is known color: Pale Magenta. HEX triplet: FF, 74 and DD. RGB value is (255,116,221). Sum of RGB (Red+Green+Blue) = 255+116+221=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74DD is #008B22. Grayscale: #A9A9A9. Windows color (decimal): -35619 or 14513407. OLE color: 14513407.
HSL color Cylindrical-coordinate representation of color #FF74DD: hue angle of 314.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74DD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 221 | - |
| CMYK | 0 | 0.55 | 0.13 | 0 |
| HSL | 314.68º | 1% | 0.73% | - |
| HSV(B) | 314.68º | 0.55% | 1% | - |
| XYZ | 60.54 | 38.97 | 72.74 | - |
| YUV | 169.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 221 | 0 | 0.55 | 0.13 | 0 | 314.68 | 1 | 0.73 |
| Hex | FF | 74 | DD | 0 | 37 | D | 0 | 13B | 64 | 49 |
| Octal | 377 | 164 | 335 | 0 | 67 | 15 | 0 | 473 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11011101 | 0 | 110111 | 1101 | 0 | 100111011 | 1100100 | 1001001 |
Color Harmonies of #FF74DD
Complementary color
Monochromatic Colors of #FF74DD
Black with #FF74DD
Text Example
Text Example
White with #FF74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74DD; }
p { color: rgb(255,116,221); }
H1.HeaderClassName
{
color: #FF74DD;
}
.AnyTagClassName
{
color: #FF74DD;
}
</style>
background-color css
<style>
a { background-color: #FF74DD; }
a { background-color: rgb(255,116,221); }
div.DivClassName
{
background-color: #FF74DD;
}
.BgClassName
{
background-color: #FF74DD;
}
</style>
border-color css
<style>
span { border-color: #FF74DD; }
span { border-color: rgb(255,116,221); }
td.TdClassName
{
border-color: #FF74DD;
}
.TagClassName
{
border-color: #FF74DD;
}
</style>