Html Css Color HEX #DF66BD Free Speech Magenta
📋 copy color: '#DF66BD'red 223 ◦ green 102 ◦ blue 189
Shades of Free Speech Magenta #DF66BD
Tints of Free Speech Magenta #DF66BD
RGB
CMYK
RGB Variations
Color information
#DF66BD (or 0xDF66BD) is known color: Free Speech Magenta. HEX triplet: DF, 66 and BD. RGB value is (223,102,189). Sum of RGB (Red+Green+Blue) = 223+102+189=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66BD is #209942. Grayscale: #939393. Windows color (decimal): -2136387 or 12412639. OLE color: 12412639.
HSL color Cylindrical-coordinate representation of color #DF66BD: hue angle of 316.86º 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 #DF66BD is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 189 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.13 |
| HSL | 316.86º | 0.65% | 0.64% | - |
| HSV(B) | 316.86º | 0.54% | 0.87% | - |
| XYZ | 44.37 | 28.86 | 51.38 | - |
| YUV | 148.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 189 | 0 | 0.54 | 0.15 | 0.13 | 316.86 | 0.65 | 0.64 |
| Hex | DF | 66 | BD | 0 | 36 | F | D | 13D | 41 | 40 |
| Octal | 337 | 146 | 275 | 0 | 66 | 17 | 15 | 475 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10111101 | 0 | 110110 | 1111 | 1101 | 100111101 | 1000001 | 1000000 |
Color Harmonies of #DF66BD
Complementary color
Monochromatic Colors of #DF66BD
Black with #DF66BD
Text Example
Text Example
White with #DF66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66BD; }
p { color: rgb(223,102,189); }
H1.HeaderClassName
{
color: #DF66BD;
}
.AnyTagClassName
{
color: #DF66BD;
}
</style>
background-color css
<style>
a { background-color: #DF66BD; }
a { background-color: rgb(223,102,189); }
div.DivClassName
{
background-color: #DF66BD;
}
.BgClassName
{
background-color: #DF66BD;
}
</style>
border-color css
<style>
span { border-color: #DF66BD; }
span { border-color: rgb(223,102,189); }
td.TdClassName
{
border-color: #DF66BD;
}
.TagClassName
{
border-color: #DF66BD;
}
</style>