Html Css Color HEX #DF61D4 Free Speech Magenta
📋 copy color: '#DF61D4'red 223 ◦ green 97 ◦ blue 212
Shades of Free Speech Magenta #DF61D4
Tints of Free Speech Magenta #DF61D4
RGB
CMYK
RGB Variations
Color information
#DF61D4 (or 0xDF61D4) is known color: Free Speech Magenta. HEX triplet: DF, 61 and D4. RGB value is (223,97,212). Sum of RGB (Red+Green+Blue) = 223+97+212=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D4 is #209E2B. Grayscale: #939393. Windows color (decimal): -2137644 or 13918687. OLE color: 13918687.
HSL color Cylindrical-coordinate representation of color #DF61D4: hue angle of 305.24º 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 #DF61D4 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 212 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.13 |
| HSL | 305.24º | 0.66% | 0.63% | - |
| HSV(B) | 305.24º | 0.57% | 0.87% | - |
| XYZ | 46.59 | 28.99 | 65.43 | - |
| YUV | 147.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 212 | 0 | 0.57 | 0.05 | 0.13 | 305.24 | 0.66 | 0.63 |
| Hex | DF | 61 | D4 | 0 | 39 | 5 | D | 131 | 42 | 3F |
| Octal | 337 | 141 | 324 | 0 | 71 | 5 | 15 | 461 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11010100 | 0 | 111001 | 101 | 1101 | 100110001 | 1000010 | 111111 |
Color Harmonies of #DF61D4
Complementary color
Monochromatic Colors of #DF61D4
Black with #DF61D4
Text Example
Text Example
White with #DF61D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61D4; }
p { color: rgb(223,97,212); }
H1.HeaderClassName
{
color: #DF61D4;
}
.AnyTagClassName
{
color: #DF61D4;
}
</style>
background-color css
<style>
a { background-color: #DF61D4; }
a { background-color: rgb(223,97,212); }
div.DivClassName
{
background-color: #DF61D4;
}
.BgClassName
{
background-color: #DF61D4;
}
</style>
border-color css
<style>
span { border-color: #DF61D4; }
span { border-color: rgb(223,97,212); }
td.TdClassName
{
border-color: #DF61D4;
}
.TagClassName
{
border-color: #DF61D4;
}
</style>