Html Css Color HEX #DF5CCC Free Speech Magenta
📋 copy color: '#DF5CCC'red 223 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #DF5CCC
Tints of Free Speech Magenta #DF5CCC
RGB
CMYK
RGB Variations
Color information
#DF5CCC (or 0xDF5CCC) is known color: Free Speech Magenta. HEX triplet: DF, 5C and CC. RGB value is (223,92,204). Sum of RGB (Red+Green+Blue) = 223+92+204=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CCC is #20A333. Grayscale: #8F8F8F. Windows color (decimal): -2138932 or 13393119. OLE color: 13393119.
HSL color Cylindrical-coordinate representation of color #DF5CCC: hue angle of 308.7º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CCC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 204 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.13 |
| HSL | 308.7º | 0.67% | 0.62% | - |
| HSV(B) | 308.7º | 0.59% | 0.87% | - |
| XYZ | 45.16 | 27.7 | 60.09 | - |
| YUV | 143.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 204 | 0 | 0.59 | 0.09 | 0.13 | 308.7 | 0.67 | 0.62 |
| Hex | DF | 5C | CC | 0 | 3B | 9 | D | 135 | 43 | 3E |
| Octal | 337 | 134 | 314 | 0 | 73 | 11 | 15 | 465 | 103 | 76 |
| Binary | 11011111 | 1011100 | 11001100 | 0 | 111011 | 1001 | 1101 | 100110101 | 1000011 | 111110 |
Color Harmonies of #DF5CCC
Complementary color
Monochromatic Colors of #DF5CCC
Black with #DF5CCC
Text Example
Text Example
White with #DF5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CCC; }
p { color: rgb(223,92,204); }
H1.HeaderClassName
{
color: #DF5CCC;
}
.AnyTagClassName
{
color: #DF5CCC;
}
</style>
background-color css
<style>
a { background-color: #DF5CCC; }
a { background-color: rgb(223,92,204); }
div.DivClassName
{
background-color: #DF5CCC;
}
.BgClassName
{
background-color: #DF5CCC;
}
</style>
border-color css
<style>
span { border-color: #DF5CCC; }
span { border-color: rgb(223,92,204); }
td.TdClassName
{
border-color: #DF5CCC;
}
.TagClassName
{
border-color: #DF5CCC;
}
</style>