Html Css Color HEX #DF66C7 Free Speech Magenta
📋 copy color: '#DF66C7'red 223 ◦ green 102 ◦ blue 199
Shades of Free Speech Magenta #DF66C7
Tints of Free Speech Magenta #DF66C7
RGB
CMYK
RGB Variations
Color information
#DF66C7 (or 0xDF66C7) is known color: Free Speech Magenta. HEX triplet: DF, 66 and C7. RGB value is (223,102,199). Sum of RGB (Red+Green+Blue) = 223+102+199=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66C7 is #209938. Grayscale: #949494. Windows color (decimal): -2136377 or 13067999. OLE color: 13067999.
HSL color Cylindrical-coordinate representation of color #DF66C7: hue angle of 311.9º 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 #DF66C7 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 199 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.13 |
| HSL | 311.9º | 0.65% | 0.64% | - |
| HSV(B) | 311.9º | 0.54% | 0.87% | - |
| XYZ | 45.49 | 29.31 | 57.29 | - |
| YUV | 149.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 199 | 0 | 0.54 | 0.11 | 0.13 | 311.9 | 0.65 | 0.64 |
| Hex | DF | 66 | C7 | 0 | 36 | B | D | 138 | 41 | 40 |
| Octal | 337 | 146 | 307 | 0 | 66 | 13 | 15 | 470 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11000111 | 0 | 110110 | 1011 | 1101 | 100111000 | 1000001 | 1000000 |
Color Harmonies of #DF66C7
Complementary color
Monochromatic Colors of #DF66C7
Black with #DF66C7
Text Example
Text Example
White with #DF66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66C7; }
p { color: rgb(223,102,199); }
H1.HeaderClassName
{
color: #DF66C7;
}
.AnyTagClassName
{
color: #DF66C7;
}
</style>
background-color css
<style>
a { background-color: #DF66C7; }
a { background-color: rgb(223,102,199); }
div.DivClassName
{
background-color: #DF66C7;
}
.BgClassName
{
background-color: #DF66C7;
}
</style>
border-color css
<style>
span { border-color: #DF66C7; }
span { border-color: rgb(223,102,199); }
td.TdClassName
{
border-color: #DF66C7;
}
.TagClassName
{
border-color: #DF66C7;
}
</style>