Html Css Color HEX #DF65C7 Free Speech Magenta
📋 copy color: '#DF65C7'red 223 ◦ green 101 ◦ blue 199
Shades of Free Speech Magenta #DF65C7
Tints of Free Speech Magenta #DF65C7
RGB
CMYK
RGB Variations
Color information
#DF65C7 (or 0xDF65C7) is known color: Free Speech Magenta. HEX triplet: DF, 65 and C7. RGB value is (223,101,199). Sum of RGB (Red+Green+Blue) = 223+101+199=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65C7 is #209A38. Grayscale: #949494. Windows color (decimal): -2136633 or 13067743. OLE color: 13067743.
HSL color Cylindrical-coordinate representation of color #DF65C7: hue angle of 311.8º 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 #DF65C7 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 199 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.13 |
| HSL | 311.8º | 0.66% | 0.64% | - |
| HSV(B) | 311.8º | 0.55% | 0.87% | - |
| XYZ | 45.39 | 29.12 | 57.26 | - |
| YUV | 148.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 199 | 0 | 0.55 | 0.11 | 0.13 | 311.8 | 0.66 | 0.64 |
| Hex | DF | 65 | C7 | 0 | 37 | B | D | 138 | 42 | 40 |
| Octal | 337 | 145 | 307 | 0 | 67 | 13 | 15 | 470 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11000111 | 0 | 110111 | 1011 | 1101 | 100111000 | 1000010 | 1000000 |
Color Harmonies of #DF65C7
Complementary color
Monochromatic Colors of #DF65C7
Black with #DF65C7
Text Example
Text Example
White with #DF65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65C7; }
p { color: rgb(223,101,199); }
H1.HeaderClassName
{
color: #DF65C7;
}
.AnyTagClassName
{
color: #DF65C7;
}
</style>
background-color css
<style>
a { background-color: #DF65C7; }
a { background-color: rgb(223,101,199); }
div.DivClassName
{
background-color: #DF65C7;
}
.BgClassName
{
background-color: #DF65C7;
}
</style>
border-color css
<style>
span { border-color: #DF65C7; }
span { border-color: rgb(223,101,199); }
td.TdClassName
{
border-color: #DF65C7;
}
.TagClassName
{
border-color: #DF65C7;
}
</style>