Html Css Color HEX #DF42D4 Free Speech Magenta
📋 copy color: '#DF42D4'red 223 ◦ green 66 ◦ blue 212
Shades of Free Speech Magenta #DF42D4
Tints of Free Speech Magenta #DF42D4
RGB
CMYK
RGB Variations
Color information
#DF42D4 (or 0xDF42D4) is known color: Free Speech Magenta. HEX triplet: DF, 42 and D4. RGB value is (223,66,212). Sum of RGB (Red+Green+Blue) = 223+66+212=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42D4 is #20BD2B. Grayscale: #818181. Windows color (decimal): -2145580 or 13910751. OLE color: 13910751.
HSL color Cylindrical-coordinate representation of color #DF42D4: hue angle of 304.2º 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 #DF42D4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 212 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.13 |
| HSL | 304.2º | 0.71% | 0.57% | - |
| HSV(B) | 304.2º | 0.7% | 0.87% | - |
| XYZ | 44.26 | 24.34 | 64.65 | - |
| YUV | 129.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 212 | 0 | 0.70 | 0.05 | 0.13 | 304.2 | 0.71 | 0.57 |
| Hex | DF | 42 | D4 | 0 | 46 | 5 | D | 130 | 47 | 39 |
| Octal | 337 | 102 | 324 | 0 | 106 | 5 | 15 | 460 | 107 | 71 |
| Binary | 11011111 | 1000010 | 11010100 | 0 | 1000110 | 101 | 1101 | 100110000 | 1000111 | 111001 |
Color Harmonies of #DF42D4
Complementary color
Monochromatic Colors of #DF42D4
Black with #DF42D4
Text Example
Text Example
White with #DF42D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42D4; }
p { color: rgb(223,66,212); }
H1.HeaderClassName
{
color: #DF42D4;
}
.AnyTagClassName
{
color: #DF42D4;
}
</style>
background-color css
<style>
a { background-color: #DF42D4; }
a { background-color: rgb(223,66,212); }
div.DivClassName
{
background-color: #DF42D4;
}
.BgClassName
{
background-color: #DF42D4;
}
</style>
border-color css
<style>
span { border-color: #DF42D4; }
span { border-color: rgb(223,66,212); }
td.TdClassName
{
border-color: #DF42D4;
}
.TagClassName
{
border-color: #DF42D4;
}
</style>