Html Css Color HEX #DF61CA Free Speech Magenta
📋 copy color: '#DF61CA'red 223 ◦ green 97 ◦ blue 202
Shades of Free Speech Magenta #DF61CA
Tints of Free Speech Magenta #DF61CA
RGB
CMYK
RGB Variations
Color information
#DF61CA (or 0xDF61CA) is known color: Free Speech Magenta. HEX triplet: DF, 61 and CA. RGB value is (223,97,202). Sum of RGB (Red+Green+Blue) = 223+97+202=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61CA is #209E35. Grayscale: #929292. Windows color (decimal): -2137654 or 13263327. OLE color: 13263327.
HSL color Cylindrical-coordinate representation of color #DF61CA: hue angle of 310º 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 #DF61CA is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 202 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 310º | 0.66% | 0.63% | - |
| HSV(B) | 310º | 0.57% | 0.87% | - |
| XYZ | 45.37 | 28.5 | 58.99 | - |
| YUV | 146.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 202 | 0 | 0.57 | 0.09 | 0.13 | 310 | 0.66 | 0.63 |
| Hex | DF | 61 | CA | 0 | 39 | 9 | D | 136 | 42 | 3F |
| Octal | 337 | 141 | 312 | 0 | 71 | 11 | 15 | 466 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11001010 | 0 | 111001 | 1001 | 1101 | 100110110 | 1000010 | 111111 |
Color Harmonies of #DF61CA
Complementary color
Monochromatic Colors of #DF61CA
Black with #DF61CA
Text Example
Text Example
White with #DF61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61CA; }
p { color: rgb(223,97,202); }
H1.HeaderClassName
{
color: #DF61CA;
}
.AnyTagClassName
{
color: #DF61CA;
}
</style>
background-color css
<style>
a { background-color: #DF61CA; }
a { background-color: rgb(223,97,202); }
div.DivClassName
{
background-color: #DF61CA;
}
.BgClassName
{
background-color: #DF61CA;
}
</style>
border-color css
<style>
span { border-color: #DF61CA; }
span { border-color: rgb(223,97,202); }
td.TdClassName
{
border-color: #DF61CA;
}
.TagClassName
{
border-color: #DF61CA;
}
</style>