Html Css Color HEX #DF66CE Free Speech Magenta
📋 copy color: '#DF66CE'red 223 ◦ green 102 ◦ blue 206
Shades of Free Speech Magenta #DF66CE
Tints of Free Speech Magenta #DF66CE
RGB
CMYK
RGB Variations
Color information
#DF66CE (or 0xDF66CE) is known color: Free Speech Magenta. HEX triplet: DF, 66 and CE. RGB value is (223,102,206). Sum of RGB (Red+Green+Blue) = 223+102+206=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66CE is #209931. Grayscale: #959595. Windows color (decimal): -2136370 or 13526751. OLE color: 13526751.
HSL color Cylindrical-coordinate representation of color #DF66CE: hue angle of 308.43º 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 #DF66CE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 206 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.13 |
| HSL | 308.43º | 0.65% | 0.64% | - |
| HSV(B) | 308.43º | 0.54% | 0.87% | - |
| XYZ | 46.32 | 29.65 | 61.67 | - |
| YUV | 150.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 206 | 0 | 0.54 | 0.08 | 0.13 | 308.43 | 0.65 | 0.64 |
| Hex | DF | 66 | CE | 0 | 36 | 8 | D | 134 | 41 | 40 |
| Octal | 337 | 146 | 316 | 0 | 66 | 10 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11001110 | 0 | 110110 | 1000 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF66CE
Complementary color
Monochromatic Colors of #DF66CE
Black with #DF66CE
Text Example
Text Example
White with #DF66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66CE; }
p { color: rgb(223,102,206); }
H1.HeaderClassName
{
color: #DF66CE;
}
.AnyTagClassName
{
color: #DF66CE;
}
</style>
background-color css
<style>
a { background-color: #DF66CE; }
a { background-color: rgb(223,102,206); }
div.DivClassName
{
background-color: #DF66CE;
}
.BgClassName
{
background-color: #DF66CE;
}
</style>
border-color css
<style>
span { border-color: #DF66CE; }
span { border-color: rgb(223,102,206); }
td.TdClassName
{
border-color: #DF66CE;
}
.TagClassName
{
border-color: #DF66CE;
}
</style>