Html Css Color HEX #DF61D8 Free Speech Magenta
📋 copy color: '#DF61D8'red 223 ◦ green 97 ◦ blue 216
Shades of Free Speech Magenta #DF61D8
Tints of Free Speech Magenta #DF61D8
RGB
CMYK
RGB Variations
Color information
#DF61D8 (or 0xDF61D8) is known color: Free Speech Magenta. HEX triplet: DF, 61 and D8. RGB value is (223,97,216). Sum of RGB (Red+Green+Blue) = 223+97+216=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D8 is #209E27. Grayscale: #939393. Windows color (decimal): -2137640 or 14180831. OLE color: 14180831.
HSL color Cylindrical-coordinate representation of color #DF61D8: hue angle of 303.33º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61D8 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 216 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.13 |
| HSL | 303.33º | 0.66% | 0.63% | - |
| HSV(B) | 303.33º | 0.57% | 0.87% | - |
| XYZ | 47.1 | 29.2 | 68.12 | - |
| YUV | 148.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 216 | 0 | 0.57 | 0.03 | 0.13 | 303.33 | 0.66 | 0.63 |
| Hex | DF | 61 | D8 | 0 | 39 | 3 | D | 12F | 42 | 3F |
| Octal | 337 | 141 | 330 | 0 | 71 | 3 | 15 | 457 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11011000 | 0 | 111001 | 11 | 1101 | 100101111 | 1000010 | 111111 |
Color Harmonies of #DF61D8
Complementary color
Monochromatic Colors of #DF61D8
Black with #DF61D8
Text Example
Text Example
White with #DF61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61D8; }
p { color: rgb(223,97,216); }
H1.HeaderClassName
{
color: #DF61D8;
}
.AnyTagClassName
{
color: #DF61D8;
}
</style>
background-color css
<style>
a { background-color: #DF61D8; }
a { background-color: rgb(223,97,216); }
div.DivClassName
{
background-color: #DF61D8;
}
.BgClassName
{
background-color: #DF61D8;
}
</style>
border-color css
<style>
span { border-color: #DF61D8; }
span { border-color: rgb(223,97,216); }
td.TdClassName
{
border-color: #DF61D8;
}
.TagClassName
{
border-color: #DF61D8;
}
</style>