Html Css Color HEX #DF63CC Free Speech Magenta
📋 copy color: '#DF63CC'red 223 ◦ green 99 ◦ blue 204
Shades of Free Speech Magenta #DF63CC
Tints of Free Speech Magenta #DF63CC
RGB
CMYK
RGB Variations
Color information
#DF63CC (or 0xDF63CC) is known color: Free Speech Magenta. HEX triplet: DF, 63 and CC. RGB value is (223,99,204). Sum of RGB (Red+Green+Blue) = 223+99+204=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63CC is #209C33. Grayscale: #939393. Windows color (decimal): -2137140 or 13394911. OLE color: 13394911.
HSL color Cylindrical-coordinate representation of color #DF63CC: hue angle of 309.19º 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 #DF63CC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 204 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.13 |
| HSL | 309.19º | 0.66% | 0.63% | - |
| HSV(B) | 309.19º | 0.56% | 0.87% | - |
| XYZ | 45.79 | 28.97 | 60.31 | - |
| YUV | 148.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 204 | 0 | 0.56 | 0.09 | 0.13 | 309.19 | 0.66 | 0.63 |
| Hex | DF | 63 | CC | 0 | 38 | 9 | D | 135 | 42 | 3F |
| Octal | 337 | 143 | 314 | 0 | 70 | 11 | 15 | 465 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11001100 | 0 | 111000 | 1001 | 1101 | 100110101 | 1000010 | 111111 |
Color Harmonies of #DF63CC
Complementary color
Monochromatic Colors of #DF63CC
Black with #DF63CC
Text Example
Text Example
White with #DF63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63CC; }
p { color: rgb(223,99,204); }
H1.HeaderClassName
{
color: #DF63CC;
}
.AnyTagClassName
{
color: #DF63CC;
}
</style>
background-color css
<style>
a { background-color: #DF63CC; }
a { background-color: rgb(223,99,204); }
div.DivClassName
{
background-color: #DF63CC;
}
.BgClassName
{
background-color: #DF63CC;
}
</style>
border-color css
<style>
span { border-color: #DF63CC; }
span { border-color: rgb(223,99,204); }
td.TdClassName
{
border-color: #DF63CC;
}
.TagClassName
{
border-color: #DF63CC;
}
</style>