Html Css Color HEX #DF63D1 Free Speech Magenta
📋 copy color: '#DF63D1'red 223 ◦ green 99 ◦ blue 209
Shades of Free Speech Magenta #DF63D1
Tints of Free Speech Magenta #DF63D1
RGB
CMYK
RGB Variations
Color information
#DF63D1 (or 0xDF63D1) is known color: Free Speech Magenta. HEX triplet: DF, 63 and D1. RGB value is (223,99,209). Sum of RGB (Red+Green+Blue) = 223+99+209=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63D1 is #209C2E. Grayscale: #949494. Windows color (decimal): -2137135 or 13722591. OLE color: 13722591.
HSL color Cylindrical-coordinate representation of color #DF63D1: hue angle of 306.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF63D1 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 209 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.13 |
| HSL | 306.77º | 0.66% | 0.63% | - |
| HSV(B) | 306.77º | 0.56% | 0.87% | - |
| XYZ | 46.4 | 29.22 | 63.52 | - |
| YUV | 148.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 209 | 0 | 0.56 | 0.06 | 0.13 | 306.77 | 0.66 | 0.63 |
| Hex | DF | 63 | D1 | 0 | 38 | 6 | D | 133 | 42 | 3F |
| Octal | 337 | 143 | 321 | 0 | 70 | 6 | 15 | 463 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11010001 | 0 | 111000 | 110 | 1101 | 100110011 | 1000010 | 111111 |
Color Harmonies of #DF63D1
Complementary color
Monochromatic Colors of #DF63D1
Black with #DF63D1
Text Example
Text Example
White with #DF63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63D1; }
p { color: rgb(223,99,209); }
H1.HeaderClassName
{
color: #DF63D1;
}
.AnyTagClassName
{
color: #DF63D1;
}
</style>
background-color css
<style>
a { background-color: #DF63D1; }
a { background-color: rgb(223,99,209); }
div.DivClassName
{
background-color: #DF63D1;
}
.BgClassName
{
background-color: #DF63D1;
}
</style>
border-color css
<style>
span { border-color: #DF63D1; }
span { border-color: rgb(223,99,209); }
td.TdClassName
{
border-color: #DF63D1;
}
.TagClassName
{
border-color: #DF63D1;
}
</style>