Html Css Color HEX #DF65C1 Free Speech Magenta
📋 copy color: '#DF65C1'red 223 ◦ green 101 ◦ blue 193
Shades of Free Speech Magenta #DF65C1
Tints of Free Speech Magenta #DF65C1
RGB
CMYK
RGB Variations
Color information
#DF65C1 (or 0xDF65C1) is known color: Free Speech Magenta. HEX triplet: DF, 65 and C1. RGB value is (223,101,193). Sum of RGB (Red+Green+Blue) = 223+101+193=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65C1 is #209A3E. Grayscale: #939393. Windows color (decimal): -2136639 or 12674527. OLE color: 12674527.
HSL color Cylindrical-coordinate representation of color #DF65C1: hue angle of 314.75º 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 #DF65C1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 193 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.13 |
| HSL | 314.75º | 0.66% | 0.64% | - |
| HSV(B) | 314.75º | 0.55% | 0.87% | - |
| XYZ | 44.71 | 28.85 | 53.66 | - |
| YUV | 147.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 193 | 0 | 0.55 | 0.13 | 0.13 | 314.75 | 0.66 | 0.64 |
| Hex | DF | 65 | C1 | 0 | 37 | D | D | 13B | 42 | 40 |
| Octal | 337 | 145 | 301 | 0 | 67 | 15 | 15 | 473 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11000001 | 0 | 110111 | 1101 | 1101 | 100111011 | 1000010 | 1000000 |
Color Harmonies of #DF65C1
Complementary color
Monochromatic Colors of #DF65C1
Black with #DF65C1
Text Example
Text Example
White with #DF65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65C1; }
p { color: rgb(223,101,193); }
H1.HeaderClassName
{
color: #DF65C1;
}
.AnyTagClassName
{
color: #DF65C1;
}
</style>
background-color css
<style>
a { background-color: #DF65C1; }
a { background-color: rgb(223,101,193); }
div.DivClassName
{
background-color: #DF65C1;
}
.BgClassName
{
background-color: #DF65C1;
}
</style>
border-color css
<style>
span { border-color: #DF65C1; }
span { border-color: rgb(223,101,193); }
td.TdClassName
{
border-color: #DF65C1;
}
.TagClassName
{
border-color: #DF65C1;
}
</style>