Html Css Color HEX #DF61C4 Free Speech Magenta
📋 copy color: '#DF61C4'red 223 ◦ green 97 ◦ blue 196
Shades of Free Speech Magenta #DF61C4
Tints of Free Speech Magenta #DF61C4
RGB
CMYK
RGB Variations
Color information
#DF61C4 (or 0xDF61C4) is known color: Free Speech Magenta. HEX triplet: DF, 61 and C4. RGB value is (223,97,196). Sum of RGB (Red+Green+Blue) = 223+97+196=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C4 is #209E3B. Grayscale: #919191. Windows color (decimal): -2137660 or 12870111. OLE color: 12870111.
HSL color Cylindrical-coordinate representation of color #DF61C4: hue angle of 312.86º 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 #DF61C4 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 196 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.13 |
| HSL | 312.86º | 0.66% | 0.63% | - |
| HSV(B) | 312.86º | 0.57% | 0.87% | - |
| XYZ | 44.67 | 28.22 | 55.32 | - |
| YUV | 145.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 196 | 0 | 0.57 | 0.12 | 0.13 | 312.86 | 0.66 | 0.63 |
| Hex | DF | 61 | C4 | 0 | 39 | C | D | 139 | 42 | 3F |
| Octal | 337 | 141 | 304 | 0 | 71 | 14 | 15 | 471 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11000100 | 0 | 111001 | 1100 | 1101 | 100111001 | 1000010 | 111111 |
Color Harmonies of #DF61C4
Complementary color
Monochromatic Colors of #DF61C4
Black with #DF61C4
Text Example
Text Example
White with #DF61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61C4; }
p { color: rgb(223,97,196); }
H1.HeaderClassName
{
color: #DF61C4;
}
.AnyTagClassName
{
color: #DF61C4;
}
</style>
background-color css
<style>
a { background-color: #DF61C4; }
a { background-color: rgb(223,97,196); }
div.DivClassName
{
background-color: #DF61C4;
}
.BgClassName
{
background-color: #DF61C4;
}
</style>
border-color css
<style>
span { border-color: #DF61C4; }
span { border-color: rgb(223,97,196); }
td.TdClassName
{
border-color: #DF61C4;
}
.TagClassName
{
border-color: #DF61C4;
}
</style>