Html Css Color HEX #DF65C5 Free Speech Magenta
📋 copy color: '#DF65C5'red 223 ◦ green 101 ◦ blue 197
Shades of Free Speech Magenta #DF65C5
Tints of Free Speech Magenta #DF65C5
RGB
CMYK
RGB Variations
Color information
#DF65C5 (or 0xDF65C5) is known color: Free Speech Magenta. HEX triplet: DF, 65 and C5. RGB value is (223,101,197). Sum of RGB (Red+Green+Blue) = 223+101+197=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65C5 is #209A3A. Grayscale: #949494. Windows color (decimal): -2136635 or 12936671. OLE color: 12936671.
HSL color Cylindrical-coordinate representation of color #DF65C5: hue angle of 312.79º 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 #DF65C5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 197 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.13 |
| HSL | 312.79º | 0.66% | 0.64% | - |
| HSV(B) | 312.79º | 0.55% | 0.87% | - |
| XYZ | 45.16 | 29.03 | 56.05 | - |
| YUV | 148.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 197 | 0 | 0.55 | 0.12 | 0.13 | 312.79 | 0.66 | 0.64 |
| Hex | DF | 65 | C5 | 0 | 37 | C | D | 139 | 42 | 40 |
| Octal | 337 | 145 | 305 | 0 | 67 | 14 | 15 | 471 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11000101 | 0 | 110111 | 1100 | 1101 | 100111001 | 1000010 | 1000000 |
Color Harmonies of #DF65C5
Complementary color
Monochromatic Colors of #DF65C5
Black with #DF65C5
Text Example
Text Example
White with #DF65C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65C5; }
p { color: rgb(223,101,197); }
H1.HeaderClassName
{
color: #DF65C5;
}
.AnyTagClassName
{
color: #DF65C5;
}
</style>
background-color css
<style>
a { background-color: #DF65C5; }
a { background-color: rgb(223,101,197); }
div.DivClassName
{
background-color: #DF65C5;
}
.BgClassName
{
background-color: #DF65C5;
}
</style>
border-color css
<style>
span { border-color: #DF65C5; }
span { border-color: rgb(223,101,197); }
td.TdClassName
{
border-color: #DF65C5;
}
.TagClassName
{
border-color: #DF65C5;
}
</style>