Html Css Color HEX #DF66C3 Free Speech Magenta
📋 copy color: '#DF66C3'red 223 ◦ green 102 ◦ blue 195
Shades of Free Speech Magenta #DF66C3
Tints of Free Speech Magenta #DF66C3
RGB
CMYK
RGB Variations
Color information
#DF66C3 (or 0xDF66C3) is known color: Free Speech Magenta. HEX triplet: DF, 66 and C3. RGB value is (223,102,195). Sum of RGB (Red+Green+Blue) = 223+102+195=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66C3 is #20993C. Grayscale: #949494. Windows color (decimal): -2136381 or 12805855. OLE color: 12805855.
HSL color Cylindrical-coordinate representation of color #DF66C3: hue angle of 313.88º 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 #DF66C3 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 195 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.13 |
| HSL | 313.88º | 0.65% | 0.64% | - |
| HSV(B) | 313.88º | 0.54% | 0.87% | - |
| XYZ | 45.03 | 29.13 | 54.88 | - |
| YUV | 148.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 195 | 0 | 0.54 | 0.13 | 0.13 | 313.88 | 0.65 | 0.64 |
| Hex | DF | 66 | C3 | 0 | 36 | D | D | 13A | 41 | 40 |
| Octal | 337 | 146 | 303 | 0 | 66 | 15 | 15 | 472 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11000011 | 0 | 110110 | 1101 | 1101 | 100111010 | 1000001 | 1000000 |
Color Harmonies of #DF66C3
Complementary color
Monochromatic Colors of #DF66C3
Black with #DF66C3
Text Example
Text Example
White with #DF66C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66C3; }
p { color: rgb(223,102,195); }
H1.HeaderClassName
{
color: #DF66C3;
}
.AnyTagClassName
{
color: #DF66C3;
}
</style>
background-color css
<style>
a { background-color: #DF66C3; }
a { background-color: rgb(223,102,195); }
div.DivClassName
{
background-color: #DF66C3;
}
.BgClassName
{
background-color: #DF66C3;
}
</style>
border-color css
<style>
span { border-color: #DF66C3; }
span { border-color: rgb(223,102,195); }
td.TdClassName
{
border-color: #DF66C3;
}
.TagClassName
{
border-color: #DF66C3;
}
</style>