Html Css Color HEX #DF42DD Free Speech Magenta
📋 copy color: '#DF42DD'red 223 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #DF42DD
Tints of Free Speech Magenta #DF42DD
RGB
CMYK
RGB Variations
Color information
#DF42DD (or 0xDF42DD) is known color: Free Speech Magenta. HEX triplet: DF, 42 and DD. RGB value is (223,66,221). Sum of RGB (Red+Green+Blue) = 223+66+221=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42DD is #20BD22. Grayscale: #828282. Windows color (decimal): -2145571 or 14500575. OLE color: 14500575.
HSL color Cylindrical-coordinate representation of color #DF42DD: hue angle of 300.76º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42DD is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 221 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.13 |
| HSL | 300.76º | 0.71% | 0.57% | - |
| HSV(B) | 300.76º | 0.7% | 0.87% | - |
| XYZ | 45.43 | 24.8 | 70.8 | - |
| YUV | 130.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 221 | 0 | 0.70 | 0.01 | 0.13 | 300.76 | 0.71 | 0.57 |
| Hex | DF | 42 | DD | 0 | 46 | 1 | D | 12D | 47 | 39 |
| Octal | 337 | 102 | 335 | 0 | 106 | 1 | 15 | 455 | 107 | 71 |
| Binary | 11011111 | 1000010 | 11011101 | 0 | 1000110 | 1 | 1101 | 100101101 | 1000111 | 111001 |
Color Harmonies of #DF42DD
Complementary color
Monochromatic Colors of #DF42DD
Black with #DF42DD
Text Example
Text Example
White with #DF42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42DD; }
p { color: rgb(223,66,221); }
H1.HeaderClassName
{
color: #DF42DD;
}
.AnyTagClassName
{
color: #DF42DD;
}
</style>
background-color css
<style>
a { background-color: #DF42DD; }
a { background-color: rgb(223,66,221); }
div.DivClassName
{
background-color: #DF42DD;
}
.BgClassName
{
background-color: #DF42DD;
}
</style>
border-color css
<style>
span { border-color: #DF42DD; }
span { border-color: rgb(223,66,221); }
td.TdClassName
{
border-color: #DF42DD;
}
.TagClassName
{
border-color: #DF42DD;
}
</style>