Html Css Color HEX #DF61CE Free Speech Magenta
📋 copy color: '#DF61CE'red 223 ◦ green 97 ◦ blue 206
Shades of Free Speech Magenta #DF61CE
Tints of Free Speech Magenta #DF61CE
RGB
CMYK
RGB Variations
Color information
#DF61CE (or 0xDF61CE) is known color: Free Speech Magenta. HEX triplet: DF, 61 and CE. RGB value is (223,97,206). Sum of RGB (Red+Green+Blue) = 223+97+206=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61CE is #209E31. Grayscale: #929292. Windows color (decimal): -2137650 or 13525471. OLE color: 13525471.
HSL color Cylindrical-coordinate representation of color #DF61CE: hue angle of 308.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61CE is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 206 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.13 |
| HSL | 308.1º | 0.66% | 0.63% | - |
| HSV(B) | 308.1º | 0.57% | 0.87% | - |
| XYZ | 45.85 | 28.69 | 61.51 | - |
| YUV | 147.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 206 | 0 | 0.57 | 0.08 | 0.13 | 308.1 | 0.66 | 0.63 |
| Hex | DF | 61 | CE | 0 | 39 | 8 | D | 134 | 42 | 3F |
| Octal | 337 | 141 | 316 | 0 | 71 | 10 | 15 | 464 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11001110 | 0 | 111001 | 1000 | 1101 | 100110100 | 1000010 | 111111 |
Color Harmonies of #DF61CE
Complementary color
Monochromatic Colors of #DF61CE
Black with #DF61CE
Text Example
Text Example
White with #DF61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61CE; }
p { color: rgb(223,97,206); }
H1.HeaderClassName
{
color: #DF61CE;
}
.AnyTagClassName
{
color: #DF61CE;
}
</style>
background-color css
<style>
a { background-color: #DF61CE; }
a { background-color: rgb(223,97,206); }
div.DivClassName
{
background-color: #DF61CE;
}
.BgClassName
{
background-color: #DF61CE;
}
</style>
border-color css
<style>
span { border-color: #DF61CE; }
span { border-color: rgb(223,97,206); }
td.TdClassName
{
border-color: #DF61CE;
}
.TagClassName
{
border-color: #DF61CE;
}
</style>