Html Css Color HEX #DF65D1 Free Speech Magenta
📋 copy color: '#DF65D1'red 223 ◦ green 101 ◦ blue 209
Shades of Free Speech Magenta #DF65D1
Tints of Free Speech Magenta #DF65D1
RGB
CMYK
RGB Variations
Color information
#DF65D1 (or 0xDF65D1) is known color: Free Speech Magenta. HEX triplet: DF, 65 and D1. RGB value is (223,101,209). Sum of RGB (Red+Green+Blue) = 223+101+209=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D1 is #209A2E. Grayscale: #959595. Windows color (decimal): -2136623 or 13723103. OLE color: 13723103.
HSL color Cylindrical-coordinate representation of color #DF65D1: hue angle of 306.89º 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 #DF65D1 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 209 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.13 |
| HSL | 306.89º | 0.66% | 0.64% | - |
| HSV(B) | 306.89º | 0.55% | 0.87% | - |
| XYZ | 46.59 | 29.6 | 63.58 | - |
| YUV | 149.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 209 | 0 | 0.55 | 0.06 | 0.13 | 306.89 | 0.66 | 0.64 |
| Hex | DF | 65 | D1 | 0 | 37 | 6 | D | 133 | 42 | 40 |
| Octal | 337 | 145 | 321 | 0 | 67 | 6 | 15 | 463 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11010001 | 0 | 110111 | 110 | 1101 | 100110011 | 1000010 | 1000000 |
Color Harmonies of #DF65D1
Complementary color
Monochromatic Colors of #DF65D1
Black with #DF65D1
Text Example
Text Example
White with #DF65D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65D1; }
p { color: rgb(223,101,209); }
H1.HeaderClassName
{
color: #DF65D1;
}
.AnyTagClassName
{
color: #DF65D1;
}
</style>
background-color css
<style>
a { background-color: #DF65D1; }
a { background-color: rgb(223,101,209); }
div.DivClassName
{
background-color: #DF65D1;
}
.BgClassName
{
background-color: #DF65D1;
}
</style>
border-color css
<style>
span { border-color: #DF65D1; }
span { border-color: rgb(223,101,209); }
td.TdClassName
{
border-color: #DF65D1;
}
.TagClassName
{
border-color: #DF65D1;
}
</style>