Html Css Color HEX #DF5FCC Free Speech Magenta
📋 copy color: '#DF5FCC'red 223 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #DF5FCC
Tints of Free Speech Magenta #DF5FCC
RGB
CMYK
RGB Variations
Color information
#DF5FCC (or 0xDF5FCC) is known color: Free Speech Magenta. HEX triplet: DF, 5F and CC. RGB value is (223,95,204). Sum of RGB (Red+Green+Blue) = 223+95+204=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FCC is #20A033. Grayscale: #919191. Windows color (decimal): -2138164 or 13393887. OLE color: 13393887.
HSL color Cylindrical-coordinate representation of color #DF5FCC: hue angle of 308.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FCC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 204 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 308.91º | 0.67% | 0.62% | - |
| HSV(B) | 308.91º | 0.57% | 0.87% | - |
| XYZ | 45.42 | 28.23 | 60.18 | - |
| YUV | 145.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 204 | 0 | 0.57 | 0.09 | 0.13 | 308.91 | 0.67 | 0.62 |
| Hex | DF | 5F | CC | 0 | 39 | 9 | D | 135 | 43 | 3E |
| Octal | 337 | 137 | 314 | 0 | 71 | 11 | 15 | 465 | 103 | 76 |
| Binary | 11011111 | 1011111 | 11001100 | 0 | 111001 | 1001 | 1101 | 100110101 | 1000011 | 111110 |
Color Harmonies of #DF5FCC
Complementary color
Monochromatic Colors of #DF5FCC
Black with #DF5FCC
Text Example
Text Example
White with #DF5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FCC; }
p { color: rgb(223,95,204); }
H1.HeaderClassName
{
color: #DF5FCC;
}
.AnyTagClassName
{
color: #DF5FCC;
}
</style>
background-color css
<style>
a { background-color: #DF5FCC; }
a { background-color: rgb(223,95,204); }
div.DivClassName
{
background-color: #DF5FCC;
}
.BgClassName
{
background-color: #DF5FCC;
}
</style>
border-color css
<style>
span { border-color: #DF5FCC; }
span { border-color: rgb(223,95,204); }
td.TdClassName
{
border-color: #DF5FCC;
}
.TagClassName
{
border-color: #DF5FCC;
}
</style>