Html Css Color HEX #DF46CE Free Speech Magenta
📋 copy color: '#DF46CE'red 223 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #DF46CE
Tints of Free Speech Magenta #DF46CE
RGB
CMYK
RGB Variations
Color information
#DF46CE (or 0xDF46CE) is known color: Free Speech Magenta. HEX triplet: DF, 46 and CE. RGB value is (223,70,206). Sum of RGB (Red+Green+Blue) = 223+70+206=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46CE is #20B931. Grayscale: #828282. Windows color (decimal): -2144562 or 13518559. OLE color: 13518559.
HSL color Cylindrical-coordinate representation of color #DF46CE: hue angle of 306.67º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46CE is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 206 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.13 |
| HSL | 306.67º | 0.71% | 0.57% | - |
| HSV(B) | 306.67º | 0.69% | 0.87% | - |
| XYZ | 43.76 | 24.52 | 60.82 | - |
| YUV | 131.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 206 | 0 | 0.69 | 0.08 | 0.13 | 306.67 | 0.71 | 0.57 |
| Hex | DF | 46 | CE | 0 | 45 | 8 | D | 133 | 47 | 39 |
| Octal | 337 | 106 | 316 | 0 | 105 | 10 | 15 | 463 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11001110 | 0 | 1000101 | 1000 | 1101 | 100110011 | 1000111 | 111001 |
Color Harmonies of #DF46CE
Complementary color
Monochromatic Colors of #DF46CE
Black with #DF46CE
Text Example
Text Example
White with #DF46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46CE; }
p { color: rgb(223,70,206); }
H1.HeaderClassName
{
color: #DF46CE;
}
.AnyTagClassName
{
color: #DF46CE;
}
</style>
background-color css
<style>
a { background-color: #DF46CE; }
a { background-color: rgb(223,70,206); }
div.DivClassName
{
background-color: #DF46CE;
}
.BgClassName
{
background-color: #DF46CE;
}
</style>
border-color css
<style>
span { border-color: #DF46CE; }
span { border-color: rgb(223,70,206); }
td.TdClassName
{
border-color: #DF46CE;
}
.TagClassName
{
border-color: #DF46CE;
}
</style>