Html Css Color HEX #DF63CE Free Speech Magenta
📋 copy color: '#DF63CE'red 223 ◦ green 99 ◦ blue 206
Shades of Free Speech Magenta #DF63CE
Tints of Free Speech Magenta #DF63CE
RGB
CMYK
RGB Variations
Color information
#DF63CE (or 0xDF63CE) is known color: Free Speech Magenta. HEX triplet: DF, 63 and CE. RGB value is (223,99,206). Sum of RGB (Red+Green+Blue) = 223+99+206=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63CE is #209C31. Grayscale: #939393. Windows color (decimal): -2137138 or 13525983. OLE color: 13525983.
HSL color Cylindrical-coordinate representation of color #DF63CE: hue angle of 308.23º 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 #DF63CE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 206 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.13 |
| HSL | 308.23º | 0.66% | 0.63% | - |
| HSV(B) | 308.23º | 0.56% | 0.87% | - |
| XYZ | 46.03 | 29.07 | 61.58 | - |
| YUV | 148.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 206 | 0 | 0.56 | 0.08 | 0.13 | 308.23 | 0.66 | 0.63 |
| Hex | DF | 63 | CE | 0 | 38 | 8 | D | 134 | 42 | 3F |
| Octal | 337 | 143 | 316 | 0 | 70 | 10 | 15 | 464 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11001110 | 0 | 111000 | 1000 | 1101 | 100110100 | 1000010 | 111111 |
Color Harmonies of #DF63CE
Complementary color
Monochromatic Colors of #DF63CE
Black with #DF63CE
Text Example
Text Example
White with #DF63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63CE; }
p { color: rgb(223,99,206); }
H1.HeaderClassName
{
color: #DF63CE;
}
.AnyTagClassName
{
color: #DF63CE;
}
</style>
background-color css
<style>
a { background-color: #DF63CE; }
a { background-color: rgb(223,99,206); }
div.DivClassName
{
background-color: #DF63CE;
}
.BgClassName
{
background-color: #DF63CE;
}
</style>
border-color css
<style>
span { border-color: #DF63CE; }
span { border-color: rgb(223,99,206); }
td.TdClassName
{
border-color: #DF63CE;
}
.TagClassName
{
border-color: #DF63CE;
}
</style>