Html Css Color HEX #DF43CE Free Speech Magenta
📋 copy color: '#DF43CE'red 223 ◦ green 67 ◦ blue 206
Shades of Free Speech Magenta #DF43CE
Tints of Free Speech Magenta #DF43CE
RGB
CMYK
RGB Variations
Color information
#DF43CE (or 0xDF43CE) is known color: Free Speech Magenta. HEX triplet: DF, 43 and CE. RGB value is (223,67,206). Sum of RGB (Red+Green+Blue) = 223+67+206=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43CE is #20BC31. Grayscale: #818181. Windows color (decimal): -2145330 or 13517791. OLE color: 13517791.
HSL color Cylindrical-coordinate representation of color #DF43CE: hue angle of 306.54º 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 #DF43CE is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 206 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.13 |
| HSL | 306.54º | 0.71% | 0.57% | - |
| HSV(B) | 306.54º | 0.7% | 0.87% | - |
| XYZ | 43.58 | 24.16 | 60.76 | - |
| YUV | 129.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 206 | 0 | 0.70 | 0.08 | 0.13 | 306.54 | 0.71 | 0.57 |
| Hex | DF | 43 | CE | 0 | 46 | 8 | D | 133 | 47 | 39 |
| Octal | 337 | 103 | 316 | 0 | 106 | 10 | 15 | 463 | 107 | 71 |
| Binary | 11011111 | 1000011 | 11001110 | 0 | 1000110 | 1000 | 1101 | 100110011 | 1000111 | 111001 |
Color Harmonies of #DF43CE
Complementary color
Monochromatic Colors of #DF43CE
Black with #DF43CE
Text Example
Text Example
White with #DF43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43CE; }
p { color: rgb(223,67,206); }
H1.HeaderClassName
{
color: #DF43CE;
}
.AnyTagClassName
{
color: #DF43CE;
}
</style>
background-color css
<style>
a { background-color: #DF43CE; }
a { background-color: rgb(223,67,206); }
div.DivClassName
{
background-color: #DF43CE;
}
.BgClassName
{
background-color: #DF43CE;
}
</style>
border-color css
<style>
span { border-color: #DF43CE; }
span { border-color: rgb(223,67,206); }
td.TdClassName
{
border-color: #DF43CE;
}
.TagClassName
{
border-color: #DF43CE;
}
</style>