Html Css Color HEX #DF65D3 Free Speech Magenta
📋 copy color: '#DF65D3'red 223 ◦ green 101 ◦ blue 211
Shades of Free Speech Magenta #DF65D3
Tints of Free Speech Magenta #DF65D3
RGB
CMYK
RGB Variations
Color information
#DF65D3 (or 0xDF65D3) is known color: Free Speech Magenta. HEX triplet: DF, 65 and D3. RGB value is (223,101,211). Sum of RGB (Red+Green+Blue) = 223+101+211=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D3 is #209A2C. Grayscale: #959595. Windows color (decimal): -2136621 or 13854175. OLE color: 13854175.
HSL color Cylindrical-coordinate representation of color #DF65D3: hue angle of 305.9º 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 #DF65D3 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 211 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.13 |
| HSL | 305.9º | 0.66% | 0.64% | - |
| HSV(B) | 305.9º | 0.55% | 0.87% | - |
| XYZ | 46.84 | 29.7 | 64.89 | - |
| YUV | 150.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 211 | 0 | 0.55 | 0.05 | 0.13 | 305.9 | 0.66 | 0.64 |
| Hex | DF | 65 | D3 | 0 | 37 | 5 | D | 132 | 42 | 40 |
| Octal | 337 | 145 | 323 | 0 | 67 | 5 | 15 | 462 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11010011 | 0 | 110111 | 101 | 1101 | 100110010 | 1000010 | 1000000 |
Color Harmonies of #DF65D3
Complementary color
Monochromatic Colors of #DF65D3
Black with #DF65D3
Text Example
Text Example
White with #DF65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65D3; }
p { color: rgb(223,101,211); }
H1.HeaderClassName
{
color: #DF65D3;
}
.AnyTagClassName
{
color: #DF65D3;
}
</style>
background-color css
<style>
a { background-color: #DF65D3; }
a { background-color: rgb(223,101,211); }
div.DivClassName
{
background-color: #DF65D3;
}
.BgClassName
{
background-color: #DF65D3;
}
</style>
border-color css
<style>
span { border-color: #DF65D3; }
span { border-color: rgb(223,101,211); }
td.TdClassName
{
border-color: #DF65D3;
}
.TagClassName
{
border-color: #DF65D3;
}
</style>