Shades of Pale Magenta #FD6DDE
Tints of Pale Magenta #FD6DDE
RGB
CMYK
RGB Variations
Color information
#FD6DDE (or 0xFD6DDE) is known color: Pale Magenta. HEX triplet: FD, 6D and DE. RGB value is (253,109,222). Sum of RGB (Red+Green+Blue) = 253+109+222=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DDE is #029221. Grayscale: #A4A4A4. Windows color (decimal): -168482 or 14577149. OLE color: 14577149.
HSL color Cylindrical-coordinate representation of color #FD6DDE: hue angle of 312.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DDE is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 222 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.01 |
| HSL | 312.92º | 0.97% | 0.71% | - |
| HSV(B) | 312.92º | 0.57% | 0.99% | - |
| XYZ | 59.16 | 37.09 | 73.15 | - |
| YUV | 164.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 222 | 0 | 0.57 | 0.12 | 0.01 | 312.92 | 0.97 | 0.71 |
| Hex | FD | 6D | DE | 0 | 39 | C | 1 | 139 | 61 | 47 |
| Octal | 375 | 155 | 336 | 0 | 71 | 14 | 1 | 471 | 141 | 107 |
| Binary | 11111101 | 1101101 | 11011110 | 0 | 111001 | 1100 | 1 | 100111001 | 1100001 | 1000111 |
Color Harmonies of #FD6DDE
Complementary color
Monochromatic Colors of #FD6DDE
Black with #FD6DDE
Text Example
Text Example
White with #FD6DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DDE; }
p { color: rgb(253,109,222); }
H1.HeaderClassName
{
color: #FD6DDE;
}
.AnyTagClassName
{
color: #FD6DDE;
}
</style>
background-color css
<style>
a { background-color: #FD6DDE; }
a { background-color: rgb(253,109,222); }
div.DivClassName
{
background-color: #FD6DDE;
}
.BgClassName
{
background-color: #FD6DDE;
}
</style>
border-color css
<style>
span { border-color: #FD6DDE; }
span { border-color: rgb(253,109,222); }
td.TdClassName
{
border-color: #FD6DDE;
}
.TagClassName
{
border-color: #FD6DDE;
}
</style>