Shades of Pale Magenta #FF6FDD
Tints of Pale Magenta #FF6FDD
RGB
CMYK
RGB Variations
Color information
#FF6FDD (or 0xFF6FDD) is known color: Pale Magenta. HEX triplet: FF, 6F and DD. RGB value is (255,111,221). Sum of RGB (Red+Green+Blue) = 255+111+221=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FDD is #009022. Grayscale: #A6A6A6. Windows color (decimal): -36899 or 14512127. OLE color: 14512127.
HSL color Cylindrical-coordinate representation of color #FF6FDD: hue angle of 314.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FDD is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 221 | - |
| CMYK | 0 | 0.56 | 0.13 | 0 |
| HSL | 314.17º | 1% | 0.72% | - |
| HSV(B) | 314.17º | 0.56% | 1% | - |
| XYZ | 59.98 | 37.85 | 72.55 | - |
| YUV | 166.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 221 | 0 | 0.56 | 0.13 | 0 | 314.17 | 1 | 0.72 |
| Hex | FF | 6F | DD | 0 | 38 | D | 0 | 13A | 64 | 48 |
| Octal | 377 | 157 | 335 | 0 | 70 | 15 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11011101 | 0 | 111000 | 1101 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF6FDD
Complementary color
Monochromatic Colors of #FF6FDD
Black with #FF6FDD
Text Example
Text Example
White with #FF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FDD; }
p { color: rgb(255,111,221); }
H1.HeaderClassName
{
color: #FF6FDD;
}
.AnyTagClassName
{
color: #FF6FDD;
}
</style>
background-color css
<style>
a { background-color: #FF6FDD; }
a { background-color: rgb(255,111,221); }
div.DivClassName
{
background-color: #FF6FDD;
}
.BgClassName
{
background-color: #FF6FDD;
}
</style>
border-color css
<style>
span { border-color: #FF6FDD; }
span { border-color: rgb(255,111,221); }
td.TdClassName
{
border-color: #FF6FDD;
}
.TagClassName
{
border-color: #FF6FDD;
}
</style>