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