Html Css Color HEX #DF42BE Free Speech Magenta
📋 copy color: '#DF42BE'red 223 ◦ green 66 ◦ blue 190
Shades of Free Speech Magenta #DF42BE
Tints of Free Speech Magenta #DF42BE
RGB
CMYK
RGB Variations
Color information
#DF42BE (or 0xDF42BE) is known color: Free Speech Magenta. HEX triplet: DF, 42 and BE. RGB value is (223,66,190). Sum of RGB (Red+Green+Blue) = 223+66+190=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42BE is #20BD41. Grayscale: #7E7E7E. Windows color (decimal): -2145602 or 12468959. OLE color: 12468959.
HSL color Cylindrical-coordinate representation of color #DF42BE: hue angle of 312.61º 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 #DF42BE is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 190 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.13 |
| HSL | 312.61º | 0.71% | 0.57% | - |
| HSV(B) | 312.61º | 0.7% | 0.87% | - |
| XYZ | 41.67 | 23.3 | 51.02 | - |
| YUV | 127.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 190 | 0 | 0.70 | 0.15 | 0.13 | 312.61 | 0.71 | 0.57 |
| Hex | DF | 42 | BE | 0 | 46 | F | D | 139 | 47 | 39 |
| Octal | 337 | 102 | 276 | 0 | 106 | 17 | 15 | 471 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10111110 | 0 | 1000110 | 1111 | 1101 | 100111001 | 1000111 | 111001 |
Color Harmonies of #DF42BE
Complementary color
Monochromatic Colors of #DF42BE
Black with #DF42BE
Text Example
Text Example
White with #DF42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42BE; }
p { color: rgb(223,66,190); }
H1.HeaderClassName
{
color: #DF42BE;
}
.AnyTagClassName
{
color: #DF42BE;
}
</style>
background-color css
<style>
a { background-color: #DF42BE; }
a { background-color: rgb(223,66,190); }
div.DivClassName
{
background-color: #DF42BE;
}
.BgClassName
{
background-color: #DF42BE;
}
</style>
border-color css
<style>
span { border-color: #DF42BE; }
span { border-color: rgb(223,66,190); }
td.TdClassName
{
border-color: #DF42BE;
}
.TagClassName
{
border-color: #DF42BE;
}
</style>