Shades of Pale Magenta #FF7DDE
Tints of Pale Magenta #FF7DDE
RGB
CMYK
RGB Variations
Color information
#FF7DDE (or 0xFF7DDE) is known color: Pale Magenta. HEX triplet: FF, 7D and DE. RGB value is (255,125,222). Sum of RGB (Red+Green+Blue) = 255+125+222=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDE is #008221. Grayscale: #AEAEAE. Windows color (decimal): -33314 or 14581247. OLE color: 14581247.
HSL color Cylindrical-coordinate representation of color #FF7DDE: hue angle of 315.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DDE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 222 | - |
| CMYK | 0 | 0.51 | 0.13 | 0 |
| HSL | 315.23º | 1% | 0.75% | - |
| HSV(B) | 315.23º | 0.51% | 1% | - |
| XYZ | 61.76 | 41.2 | 73.8 | - |
| YUV | 174.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 222 | 0 | 0.51 | 0.13 | 0 | 315.23 | 1 | 0.75 |
| Hex | FF | 7D | DE | 0 | 33 | D | 0 | 13B | 64 | 4B |
| Octal | 377 | 175 | 336 | 0 | 63 | 15 | 0 | 473 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11011110 | 0 | 110011 | 1101 | 0 | 100111011 | 1100100 | 1001011 |
Color Harmonies of #FF7DDE
Complementary color
Monochromatic Colors of #FF7DDE
Black with #FF7DDE
Text Example
Text Example
White with #FF7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DDE; }
p { color: rgb(255,125,222); }
H1.HeaderClassName
{
color: #FF7DDE;
}
.AnyTagClassName
{
color: #FF7DDE;
}
</style>
background-color css
<style>
a { background-color: #FF7DDE; }
a { background-color: rgb(255,125,222); }
div.DivClassName
{
background-color: #FF7DDE;
}
.BgClassName
{
background-color: #FF7DDE;
}
</style>
border-color css
<style>
span { border-color: #FF7DDE; }
span { border-color: rgb(255,125,222); }
td.TdClassName
{
border-color: #FF7DDE;
}
.TagClassName
{
border-color: #FF7DDE;
}
</style>