Html Css Color HEX #DF65BC Free Speech Magenta
📋 copy color: '#DF65BC'red 223 ◦ green 101 ◦ blue 188
Shades of Free Speech Magenta #DF65BC
Tints of Free Speech Magenta #DF65BC
RGB
CMYK
RGB Variations
Color information
#DF65BC (or 0xDF65BC) is known color: Free Speech Magenta. HEX triplet: DF, 65 and BC. RGB value is (223,101,188). Sum of RGB (Red+Green+Blue) = 223+101+188=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65BC is #209A43. Grayscale: #939393. Windows color (decimal): -2136644 or 12346847. OLE color: 12346847.
HSL color Cylindrical-coordinate representation of color #DF65BC: hue angle of 317.21º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65BC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 188 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.13 |
| HSL | 317.21º | 0.66% | 0.64% | - |
| HSV(B) | 317.21º | 0.55% | 0.87% | - |
| XYZ | 44.16 | 28.63 | 50.77 | - |
| YUV | 147.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 188 | 0 | 0.55 | 0.16 | 0.13 | 317.21 | 0.66 | 0.64 |
| Hex | DF | 65 | BC | 0 | 37 | 10 | D | 13D | 42 | 40 |
| Octal | 337 | 145 | 274 | 0 | 67 | 20 | 15 | 475 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10111100 | 0 | 110111 | 10000 | 1101 | 100111101 | 1000010 | 1000000 |
Color Harmonies of #DF65BC
Complementary color
Monochromatic Colors of #DF65BC
Black with #DF65BC
Text Example
Text Example
White with #DF65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65BC; }
p { color: rgb(223,101,188); }
H1.HeaderClassName
{
color: #DF65BC;
}
.AnyTagClassName
{
color: #DF65BC;
}
</style>
background-color css
<style>
a { background-color: #DF65BC; }
a { background-color: rgb(223,101,188); }
div.DivClassName
{
background-color: #DF65BC;
}
.BgClassName
{
background-color: #DF65BC;
}
</style>
border-color css
<style>
span { border-color: #DF65BC; }
span { border-color: rgb(223,101,188); }
td.TdClassName
{
border-color: #DF65BC;
}
.TagClassName
{
border-color: #DF65BC;
}
</style>