Html Css Color HEX #DF66CF Free Speech Magenta
📋 copy color: '#DF66CF'red 223 ◦ green 102 ◦ blue 207
Shades of Free Speech Magenta #DF66CF
Tints of Free Speech Magenta #DF66CF
RGB
CMYK
RGB Variations
Color information
#DF66CF (or 0xDF66CF) is known color: Free Speech Magenta. HEX triplet: DF, 66 and CF. RGB value is (223,102,207). Sum of RGB (Red+Green+Blue) = 223+102+207=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66CF is #209930. Grayscale: #959595. Windows color (decimal): -2136369 or 13592287. OLE color: 13592287.
HSL color Cylindrical-coordinate representation of color #DF66CF: hue angle of 307.93º 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 #DF66CF is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 207 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.13 |
| HSL | 307.93º | 0.65% | 0.64% | - |
| HSV(B) | 307.93º | 0.54% | 0.87% | - |
| XYZ | 46.45 | 29.7 | 62.32 | - |
| YUV | 150.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 207 | 0 | 0.54 | 0.07 | 0.13 | 307.93 | 0.65 | 0.64 |
| Hex | DF | 66 | CF | 0 | 36 | 7 | D | 134 | 41 | 40 |
| Octal | 337 | 146 | 317 | 0 | 66 | 7 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11001111 | 0 | 110110 | 111 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF66CF
Complementary color
Monochromatic Colors of #DF66CF
Black with #DF66CF
Text Example
Text Example
White with #DF66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66CF; }
p { color: rgb(223,102,207); }
H1.HeaderClassName
{
color: #DF66CF;
}
.AnyTagClassName
{
color: #DF66CF;
}
</style>
background-color css
<style>
a { background-color: #DF66CF; }
a { background-color: rgb(223,102,207); }
div.DivClassName
{
background-color: #DF66CF;
}
.BgClassName
{
background-color: #DF66CF;
}
</style>
border-color css
<style>
span { border-color: #DF66CF; }
span { border-color: rgb(223,102,207); }
td.TdClassName
{
border-color: #DF66CF;
}
.TagClassName
{
border-color: #DF66CF;
}
</style>