Html Css Color HEX #DF63DB Free Speech Magenta
📋 copy color: '#DF63DB'red 223 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #DF63DB
Tints of Free Speech Magenta #DF63DB
RGB
CMYK
RGB Variations
Color information
#DF63DB (or 0xDF63DB) is known color: Free Speech Magenta. HEX triplet: DF, 63 and DB. RGB value is (223,99,219). Sum of RGB (Red+Green+Blue) = 223+99+219=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63DB is #209C24. Grayscale: #959595. Windows color (decimal): -2137125 or 14377951. OLE color: 14377951.
HSL color Cylindrical-coordinate representation of color #DF63DB: hue angle of 301.94º 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 #DF63DB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 219 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.13 |
| HSL | 301.94º | 0.66% | 0.63% | - |
| HSV(B) | 301.94º | 0.56% | 0.87% | - |
| XYZ | 47.68 | 29.73 | 70.24 | - |
| YUV | 149.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 219 | 0 | 0.56 | 0.02 | 0.13 | 301.94 | 0.66 | 0.63 |
| Hex | DF | 63 | DB | 0 | 38 | 2 | D | 12E | 42 | 3F |
| Octal | 337 | 143 | 333 | 0 | 70 | 2 | 15 | 456 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11011011 | 0 | 111000 | 10 | 1101 | 100101110 | 1000010 | 111111 |
Color Harmonies of #DF63DB
Complementary color
Monochromatic Colors of #DF63DB
Black with #DF63DB
Text Example
Text Example
White with #DF63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63DB; }
p { color: rgb(223,99,219); }
H1.HeaderClassName
{
color: #DF63DB;
}
.AnyTagClassName
{
color: #DF63DB;
}
</style>
background-color css
<style>
a { background-color: #DF63DB; }
a { background-color: rgb(223,99,219); }
div.DivClassName
{
background-color: #DF63DB;
}
.BgClassName
{
background-color: #DF63DB;
}
</style>
border-color css
<style>
span { border-color: #DF63DB; }
span { border-color: rgb(223,99,219); }
td.TdClassName
{
border-color: #DF63DB;
}
.TagClassName
{
border-color: #DF63DB;
}
</style>