Html Css Color HEX #DF66BC Free Speech Magenta
📋 copy color: '#DF66BC'red 223 ◦ green 102 ◦ blue 188
Shades of Free Speech Magenta #DF66BC
Tints of Free Speech Magenta #DF66BC
RGB
CMYK
RGB Variations
Color information
#DF66BC (or 0xDF66BC) is known color: Free Speech Magenta. HEX triplet: DF, 66 and BC. RGB value is (223,102,188). Sum of RGB (Red+Green+Blue) = 223+102+188=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66BC is #209943. Grayscale: #939393. Windows color (decimal): -2136388 or 12347103. OLE color: 12347103.
HSL color Cylindrical-coordinate representation of color #DF66BC: hue angle of 317.36º 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 #DF66BC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 188 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.13 |
| HSL | 317.36º | 0.65% | 0.64% | - |
| HSV(B) | 317.36º | 0.54% | 0.87% | - |
| XYZ | 44.26 | 28.82 | 50.81 | - |
| YUV | 147.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 188 | 0 | 0.54 | 0.16 | 0.13 | 317.36 | 0.65 | 0.64 |
| Hex | DF | 66 | BC | 0 | 36 | 10 | D | 13D | 41 | 40 |
| Octal | 337 | 146 | 274 | 0 | 66 | 20 | 15 | 475 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10111100 | 0 | 110110 | 10000 | 1101 | 100111101 | 1000001 | 1000000 |
Color Harmonies of #DF66BC
Complementary color
Monochromatic Colors of #DF66BC
Black with #DF66BC
Text Example
Text Example
White with #DF66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66BC; }
p { color: rgb(223,102,188); }
H1.HeaderClassName
{
color: #DF66BC;
}
.AnyTagClassName
{
color: #DF66BC;
}
</style>
background-color css
<style>
a { background-color: #DF66BC; }
a { background-color: rgb(223,102,188); }
div.DivClassName
{
background-color: #DF66BC;
}
.BgClassName
{
background-color: #DF66BC;
}
</style>
border-color css
<style>
span { border-color: #DF66BC; }
span { border-color: rgb(223,102,188); }
td.TdClassName
{
border-color: #DF66BC;
}
.TagClassName
{
border-color: #DF66BC;
}
</style>