Html Css Color HEX #DF60DD Free Speech Magenta
📋 copy color: '#DF60DD'red 223 ◦ green 96 ◦ blue 221
Shades of Free Speech Magenta #DF60DD
Tints of Free Speech Magenta #DF60DD
RGB
CMYK
RGB Variations
Color information
#DF60DD (or 0xDF60DD) is known color: Free Speech Magenta. HEX triplet: DF, 60 and DD. RGB value is (223,96,221). Sum of RGB (Red+Green+Blue) = 223+96+221=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60DD is #209F22. Grayscale: #939393. Windows color (decimal): -2137891 or 14508255. OLE color: 14508255.
HSL color Cylindrical-coordinate representation of color #DF60DD: hue angle of 300.94º 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 #DF60DD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 221 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.13 |
| HSL | 300.94º | 0.66% | 0.63% | - |
| HSV(B) | 300.94º | 0.57% | 0.87% | - |
| XYZ | 47.67 | 29.27 | 71.54 | - |
| YUV | 148.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 221 | 0 | 0.57 | 0.01 | 0.13 | 300.94 | 0.66 | 0.63 |
| Hex | DF | 60 | DD | 0 | 39 | 1 | D | 12D | 42 | 3F |
| Octal | 337 | 140 | 335 | 0 | 71 | 1 | 15 | 455 | 102 | 77 |
| Binary | 11011111 | 1100000 | 11011101 | 0 | 111001 | 1 | 1101 | 100101101 | 1000010 | 111111 |
Color Harmonies of #DF60DD
Complementary color
Monochromatic Colors of #DF60DD
Black with #DF60DD
Text Example
Text Example
White with #DF60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60DD; }
p { color: rgb(223,96,221); }
H1.HeaderClassName
{
color: #DF60DD;
}
.AnyTagClassName
{
color: #DF60DD;
}
</style>
background-color css
<style>
a { background-color: #DF60DD; }
a { background-color: rgb(223,96,221); }
div.DivClassName
{
background-color: #DF60DD;
}
.BgClassName
{
background-color: #DF60DD;
}
</style>
border-color css
<style>
span { border-color: #DF60DD; }
span { border-color: rgb(223,96,221); }
td.TdClassName
{
border-color: #DF60DD;
}
.TagClassName
{
border-color: #DF60DD;
}
</style>