Html Css Color HEX #DF66CB Free Speech Magenta
📋 copy color: '#DF66CB'red 223 ◦ green 102 ◦ blue 203
Shades of Free Speech Magenta #DF66CB
Tints of Free Speech Magenta #DF66CB
RGB
CMYK
RGB Variations
Color information
#DF66CB (or 0xDF66CB) is known color: Free Speech Magenta. HEX triplet: DF, 66 and CB. RGB value is (223,102,203). Sum of RGB (Red+Green+Blue) = 223+102+203=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66CB is #209934. Grayscale: #959595. Windows color (decimal): -2136373 or 13330143. OLE color: 13330143.
HSL color Cylindrical-coordinate representation of color #DF66CB: hue angle of 309.92º 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 #DF66CB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 203 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.13 |
| HSL | 309.92º | 0.65% | 0.64% | - |
| HSV(B) | 309.92º | 0.54% | 0.87% | - |
| XYZ | 45.96 | 29.5 | 59.77 | - |
| YUV | 149.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 203 | 0 | 0.54 | 0.09 | 0.13 | 309.92 | 0.65 | 0.64 |
| Hex | DF | 66 | CB | 0 | 36 | 9 | D | 136 | 41 | 40 |
| Octal | 337 | 146 | 313 | 0 | 66 | 11 | 15 | 466 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11001011 | 0 | 110110 | 1001 | 1101 | 100110110 | 1000001 | 1000000 |
Color Harmonies of #DF66CB
Complementary color
Monochromatic Colors of #DF66CB
Black with #DF66CB
Text Example
Text Example
White with #DF66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66CB; }
p { color: rgb(223,102,203); }
H1.HeaderClassName
{
color: #DF66CB;
}
.AnyTagClassName
{
color: #DF66CB;
}
</style>
background-color css
<style>
a { background-color: #DF66CB; }
a { background-color: rgb(223,102,203); }
div.DivClassName
{
background-color: #DF66CB;
}
.BgClassName
{
background-color: #DF66CB;
}
</style>
border-color css
<style>
span { border-color: #DF66CB; }
span { border-color: rgb(223,102,203); }
td.TdClassName
{
border-color: #DF66CB;
}
.TagClassName
{
border-color: #DF66CB;
}
</style>