Html Css Color HEX #DF42DA Free Speech Magenta
📋 copy color: '#DF42DA'red 223 ◦ green 66 ◦ blue 218
Shades of Free Speech Magenta #DF42DA
Tints of Free Speech Magenta #DF42DA
RGB
CMYK
RGB Variations
Color information
#DF42DA (or 0xDF42DA) is known color: Free Speech Magenta. HEX triplet: DF, 42 and DA. RGB value is (223,66,218). Sum of RGB (Red+Green+Blue) = 223+66+218=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42DA is #20BD25. Grayscale: #818181. Windows color (decimal): -2145574 or 14303967. OLE color: 14303967.
HSL color Cylindrical-coordinate representation of color #DF42DA: hue angle of 301.91º 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 #DF42DA is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 218 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.13 |
| HSL | 301.91º | 0.71% | 0.57% | - |
| HSV(B) | 301.91º | 0.7% | 0.87% | - |
| XYZ | 45.03 | 24.65 | 68.71 | - |
| YUV | 130.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 218 | 0 | 0.70 | 0.02 | 0.13 | 301.91 | 0.71 | 0.57 |
| Hex | DF | 42 | DA | 0 | 46 | 2 | D | 12E | 47 | 39 |
| Octal | 337 | 102 | 332 | 0 | 106 | 2 | 15 | 456 | 107 | 71 |
| Binary | 11011111 | 1000010 | 11011010 | 0 | 1000110 | 10 | 1101 | 100101110 | 1000111 | 111001 |
Color Harmonies of #DF42DA
Complementary color
Monochromatic Colors of #DF42DA
Black with #DF42DA
Text Example
Text Example
White with #DF42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42DA; }
p { color: rgb(223,66,218); }
H1.HeaderClassName
{
color: #DF42DA;
}
.AnyTagClassName
{
color: #DF42DA;
}
</style>
background-color css
<style>
a { background-color: #DF42DA; }
a { background-color: rgb(223,66,218); }
div.DivClassName
{
background-color: #DF42DA;
}
.BgClassName
{
background-color: #DF42DA;
}
</style>
border-color css
<style>
span { border-color: #DF42DA; }
span { border-color: rgb(223,66,218); }
td.TdClassName
{
border-color: #DF42DA;
}
.TagClassName
{
border-color: #DF42DA;
}
</style>