Html Css Color HEX #DF60CC Free Speech Magenta
📋 copy color: '#DF60CC'red 223 ◦ green 96 ◦ blue 204
Shades of Free Speech Magenta #DF60CC
Tints of Free Speech Magenta #DF60CC
RGB
CMYK
RGB Variations
Color information
#DF60CC (or 0xDF60CC) is known color: Free Speech Magenta. HEX triplet: DF, 60 and CC. RGB value is (223,96,204). Sum of RGB (Red+Green+Blue) = 223+96+204=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60CC is #209F33. Grayscale: #919191. Windows color (decimal): -2137908 or 13394143. OLE color: 13394143.
HSL color Cylindrical-coordinate representation of color #DF60CC: hue angle of 308.98º 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 #DF60CC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 204 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 308.98º | 0.66% | 0.63% | - |
| HSV(B) | 308.98º | 0.57% | 0.87% | - |
| XYZ | 45.51 | 28.41 | 60.21 | - |
| YUV | 146.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 204 | 0 | 0.57 | 0.09 | 0.13 | 308.98 | 0.66 | 0.63 |
| Hex | DF | 60 | CC | 0 | 39 | 9 | D | 135 | 42 | 3F |
| Octal | 337 | 140 | 314 | 0 | 71 | 11 | 15 | 465 | 102 | 77 |
| Binary | 11011111 | 1100000 | 11001100 | 0 | 111001 | 1001 | 1101 | 100110101 | 1000010 | 111111 |
Color Harmonies of #DF60CC
Complementary color
Monochromatic Colors of #DF60CC
Black with #DF60CC
Text Example
Text Example
White with #DF60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60CC; }
p { color: rgb(223,96,204); }
H1.HeaderClassName
{
color: #DF60CC;
}
.AnyTagClassName
{
color: #DF60CC;
}
</style>
background-color css
<style>
a { background-color: #DF60CC; }
a { background-color: rgb(223,96,204); }
div.DivClassName
{
background-color: #DF60CC;
}
.BgClassName
{
background-color: #DF60CC;
}
</style>
border-color css
<style>
span { border-color: #DF60CC; }
span { border-color: rgb(223,96,204); }
td.TdClassName
{
border-color: #DF60CC;
}
.TagClassName
{
border-color: #DF60CC;
}
</style>