Html Css Color HEX #DF66C8 Free Speech Magenta
📋 copy color: '#DF66C8'red 223 ◦ green 102 ◦ blue 200
Shades of Free Speech Magenta #DF66C8
Tints of Free Speech Magenta #DF66C8
RGB
CMYK
RGB Variations
Color information
#DF66C8 (or 0xDF66C8) is known color: Free Speech Magenta. HEX triplet: DF, 66 and C8. RGB value is (223,102,200). Sum of RGB (Red+Green+Blue) = 223+102+200=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66C8 is #209937. Grayscale: #959595. Windows color (decimal): -2136376 or 13133535. OLE color: 13133535.
HSL color Cylindrical-coordinate representation of color #DF66C8: hue angle of 311.4º 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 #DF66C8 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 200 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.13 |
| HSL | 311.41º | 0.65% | 0.64% | - |
| HSV(B) | 311.41º | 0.54% | 0.87% | - |
| XYZ | 45.61 | 29.36 | 57.91 | - |
| YUV | 149.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 200 | 0 | 0.54 | 0.10 | 0.13 | 311.41 | 0.65 | 0.64 |
| Hex | DF | 66 | C8 | 0 | 36 | A | D | 137 | 41 | 40 |
| Octal | 337 | 146 | 310 | 0 | 66 | 12 | 15 | 467 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11001000 | 0 | 110110 | 1010 | 1101 | 100110111 | 1000001 | 1000000 |
Color Harmonies of #DF66C8
Complementary color
Monochromatic Colors of #DF66C8
Black with #DF66C8
Text Example
Text Example
White with #DF66C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66C8; }
p { color: rgb(223,102,200); }
H1.HeaderClassName
{
color: #DF66C8;
}
.AnyTagClassName
{
color: #DF66C8;
}
</style>
background-color css
<style>
a { background-color: #DF66C8; }
a { background-color: rgb(223,102,200); }
div.DivClassName
{
background-color: #DF66C8;
}
.BgClassName
{
background-color: #DF66C8;
}
</style>
border-color css
<style>
span { border-color: #DF66C8; }
span { border-color: rgb(223,102,200); }
td.TdClassName
{
border-color: #DF66C8;
}
.TagClassName
{
border-color: #DF66C8;
}
</style>