Html Css Color HEX #DF42CE Free Speech Magenta
📋 copy color: '#DF42CE'red 223 ◦ green 66 ◦ blue 206
Shades of Free Speech Magenta #DF42CE
Tints of Free Speech Magenta #DF42CE
RGB
CMYK
RGB Variations
Color information
#DF42CE (or 0xDF42CE) is known color: Free Speech Magenta. HEX triplet: DF, 42 and CE. RGB value is (223,66,206). Sum of RGB (Red+Green+Blue) = 223+66+206=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42CE is #20BD31. Grayscale: #808080. Windows color (decimal): -2145586 or 13517535. OLE color: 13517535.
HSL color Cylindrical-coordinate representation of color #DF42CE: hue angle of 306.5º 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 #DF42CE is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 206 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.13 |
| HSL | 306.5º | 0.71% | 0.57% | - |
| HSV(B) | 306.5º | 0.7% | 0.87% | - |
| XYZ | 43.52 | 24.04 | 60.74 | - |
| YUV | 128.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 206 | 0 | 0.70 | 0.08 | 0.13 | 306.5 | 0.71 | 0.57 |
| Hex | DF | 42 | CE | 0 | 46 | 8 | D | 132 | 47 | 39 |
| Octal | 337 | 102 | 316 | 0 | 106 | 10 | 15 | 462 | 107 | 71 |
| Binary | 11011111 | 1000010 | 11001110 | 0 | 1000110 | 1000 | 1101 | 100110010 | 1000111 | 111001 |
Color Harmonies of #DF42CE
Complementary color
Monochromatic Colors of #DF42CE
Black with #DF42CE
Text Example
Text Example
White with #DF42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42CE; }
p { color: rgb(223,66,206); }
H1.HeaderClassName
{
color: #DF42CE;
}
.AnyTagClassName
{
color: #DF42CE;
}
</style>
background-color css
<style>
a { background-color: #DF42CE; }
a { background-color: rgb(223,66,206); }
div.DivClassName
{
background-color: #DF42CE;
}
.BgClassName
{
background-color: #DF42CE;
}
</style>
border-color css
<style>
span { border-color: #DF42CE; }
span { border-color: rgb(223,66,206); }
td.TdClassName
{
border-color: #DF42CE;
}
.TagClassName
{
border-color: #DF42CE;
}
</style>