Html Css Color HEX #DF65C2 Free Speech Magenta
📋 copy color: '#DF65C2'red 223 ◦ green 101 ◦ blue 194
Shades of Free Speech Magenta #DF65C2
Tints of Free Speech Magenta #DF65C2
RGB
CMYK
RGB Variations
Color information
#DF65C2 (or 0xDF65C2) is known color: Free Speech Magenta. HEX triplet: DF, 65 and C2. RGB value is (223,101,194). Sum of RGB (Red+Green+Blue) = 223+101+194=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65C2 is #209A3D. Grayscale: #939393. Windows color (decimal): -2136638 or 12740063. OLE color: 12740063.
HSL color Cylindrical-coordinate representation of color #DF65C2: hue angle of 314.26º 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 #DF65C2 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 194 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.13 |
| HSL | 314.26º | 0.66% | 0.64% | - |
| HSV(B) | 314.26º | 0.55% | 0.87% | - |
| XYZ | 44.82 | 28.89 | 54.25 | - |
| YUV | 148.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 194 | 0 | 0.55 | 0.13 | 0.13 | 314.26 | 0.66 | 0.64 |
| Hex | DF | 65 | C2 | 0 | 37 | D | D | 13A | 42 | 40 |
| Octal | 337 | 145 | 302 | 0 | 67 | 15 | 15 | 472 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11000010 | 0 | 110111 | 1101 | 1101 | 100111010 | 1000010 | 1000000 |
Color Harmonies of #DF65C2
Complementary color
Monochromatic Colors of #DF65C2
Black with #DF65C2
Text Example
Text Example
White with #DF65C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65C2; }
p { color: rgb(223,101,194); }
H1.HeaderClassName
{
color: #DF65C2;
}
.AnyTagClassName
{
color: #DF65C2;
}
</style>
background-color css
<style>
a { background-color: #DF65C2; }
a { background-color: rgb(223,101,194); }
div.DivClassName
{
background-color: #DF65C2;
}
.BgClassName
{
background-color: #DF65C2;
}
</style>
border-color css
<style>
span { border-color: #DF65C2; }
span { border-color: rgb(223,101,194); }
td.TdClassName
{
border-color: #DF65C2;
}
.TagClassName
{
border-color: #DF65C2;
}
</style>