Html Css Color HEX #DF66CC Free Speech Magenta
📋 copy color: '#DF66CC'red 223 ◦ green 102 ◦ blue 204
Shades of Free Speech Magenta #DF66CC
Tints of Free Speech Magenta #DF66CC
RGB
CMYK
RGB Variations
Color information
#DF66CC (or 0xDF66CC) is known color: Free Speech Magenta. HEX triplet: DF, 66 and CC. RGB value is (223,102,204). Sum of RGB (Red+Green+Blue) = 223+102+204=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66CC is #209933. Grayscale: #959595. Windows color (decimal): -2136372 or 13395679. OLE color: 13395679.
HSL color Cylindrical-coordinate representation of color #DF66CC: hue angle of 309.42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66CC is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 204 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.13 |
| HSL | 309.42º | 0.65% | 0.64% | - |
| HSV(B) | 309.42º | 0.54% | 0.87% | - |
| XYZ | 46.08 | 29.55 | 60.4 | - |
| YUV | 149.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 204 | 0 | 0.54 | 0.09 | 0.13 | 309.42 | 0.65 | 0.64 |
| Hex | DF | 66 | CC | 0 | 36 | 9 | D | 135 | 41 | 40 |
| Octal | 337 | 146 | 314 | 0 | 66 | 11 | 15 | 465 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11001100 | 0 | 110110 | 1001 | 1101 | 100110101 | 1000001 | 1000000 |
Color Harmonies of #DF66CC
Complementary color
Monochromatic Colors of #DF66CC
Black with #DF66CC
Text Example
Text Example
White with #DF66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66CC; }
p { color: rgb(223,102,204); }
H1.HeaderClassName
{
color: #DF66CC;
}
.AnyTagClassName
{
color: #DF66CC;
}
</style>
background-color css
<style>
a { background-color: #DF66CC; }
a { background-color: rgb(223,102,204); }
div.DivClassName
{
background-color: #DF66CC;
}
.BgClassName
{
background-color: #DF66CC;
}
</style>
border-color css
<style>
span { border-color: #DF66CC; }
span { border-color: rgb(223,102,204); }
td.TdClassName
{
border-color: #DF66CC;
}
.TagClassName
{
border-color: #DF66CC;
}
</style>