Html Css Color HEX #DF65C9 Free Speech Magenta
📋 copy color: '#DF65C9'red 223 ◦ green 101 ◦ blue 201
Shades of Free Speech Magenta #DF65C9
Tints of Free Speech Magenta #DF65C9
RGB
CMYK
RGB Variations
Color information
#DF65C9 (or 0xDF65C9) is known color: Free Speech Magenta. HEX triplet: DF, 65 and C9. RGB value is (223,101,201). Sum of RGB (Red+Green+Blue) = 223+101+201=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65C9 is #209A36. Grayscale: #949494. Windows color (decimal): -2136631 or 13198815. OLE color: 13198815.
HSL color Cylindrical-coordinate representation of color #DF65C9: hue angle of 310.82º 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 #DF65C9 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 201 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.13 |
| HSL | 310.82º | 0.66% | 0.64% | - |
| HSV(B) | 310.82º | 0.55% | 0.87% | - |
| XYZ | 45.63 | 29.21 | 58.49 | - |
| YUV | 148.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 201 | 0 | 0.55 | 0.10 | 0.13 | 310.82 | 0.66 | 0.64 |
| Hex | DF | 65 | C9 | 0 | 37 | A | D | 137 | 42 | 40 |
| Octal | 337 | 145 | 311 | 0 | 67 | 12 | 15 | 467 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11001001 | 0 | 110111 | 1010 | 1101 | 100110111 | 1000010 | 1000000 |
Color Harmonies of #DF65C9
Complementary color
Monochromatic Colors of #DF65C9
Black with #DF65C9
Text Example
Text Example
White with #DF65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65C9; }
p { color: rgb(223,101,201); }
H1.HeaderClassName
{
color: #DF65C9;
}
.AnyTagClassName
{
color: #DF65C9;
}
</style>
background-color css
<style>
a { background-color: #DF65C9; }
a { background-color: rgb(223,101,201); }
div.DivClassName
{
background-color: #DF65C9;
}
.BgClassName
{
background-color: #DF65C9;
}
</style>
border-color css
<style>
span { border-color: #DF65C9; }
span { border-color: rgb(223,101,201); }
td.TdClassName
{
border-color: #DF65C9;
}
.TagClassName
{
border-color: #DF65C9;
}
</style>