Html Css Color HEX #DF59CC Free Speech Magenta
📋 copy color: '#DF59CC'red 223 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #DF59CC
Tints of Free Speech Magenta #DF59CC
RGB
CMYK
RGB Variations
Color information
#DF59CC (or 0xDF59CC) is known color: Free Speech Magenta. HEX triplet: DF, 59 and CC. RGB value is (223,89,204). Sum of RGB (Red+Green+Blue) = 223+89+204=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59CC is #20A633. Grayscale: #8D8D8D. Windows color (decimal): -2139700 or 13392351. OLE color: 13392351.
HSL color Cylindrical-coordinate representation of color #DF59CC: hue angle of 308.51º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF59CC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 204 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.13 |
| HSL | 308.51º | 0.68% | 0.61% | - |
| HSV(B) | 308.51º | 0.6% | 0.87% | - |
| XYZ | 44.9 | 27.19 | 60.01 | - |
| YUV | 142.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 204 | 0 | 0.60 | 0.09 | 0.13 | 308.51 | 0.68 | 0.61 |
| Hex | DF | 59 | CC | 0 | 3C | 9 | D | 135 | 44 | 3D |
| Octal | 337 | 131 | 314 | 0 | 74 | 11 | 15 | 465 | 104 | 75 |
| Binary | 11011111 | 1011001 | 11001100 | 0 | 111100 | 1001 | 1101 | 100110101 | 1000100 | 111101 |
Color Harmonies of #DF59CC
Complementary color
Monochromatic Colors of #DF59CC
Black with #DF59CC
Text Example
Text Example
White with #DF59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59CC; }
p { color: rgb(223,89,204); }
H1.HeaderClassName
{
color: #DF59CC;
}
.AnyTagClassName
{
color: #DF59CC;
}
</style>
background-color css
<style>
a { background-color: #DF59CC; }
a { background-color: rgb(223,89,204); }
div.DivClassName
{
background-color: #DF59CC;
}
.BgClassName
{
background-color: #DF59CC;
}
</style>
border-color css
<style>
span { border-color: #DF59CC; }
span { border-color: rgb(223,89,204); }
td.TdClassName
{
border-color: #DF59CC;
}
.TagClassName
{
border-color: #DF59CC;
}
</style>