Html Css Color HEX #D862C2 Free Speech Magenta
📋 copy color: '#D862C2'red 216 ◦ green 98 ◦ blue 194
Shades of Free Speech Magenta #D862C2
Tints of Free Speech Magenta #D862C2
RGB
CMYK
RGB Variations
Color information
#D862C2 (or 0xD862C2) is known color: Free Speech Magenta. HEX triplet: D8, 62 and C2. RGB value is (216,98,194). Sum of RGB (Red+Green+Blue) = 216+98+194=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D862C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862C2 is #279D3D. Grayscale: #8F8F8F. Windows color (decimal): -2596158 or 12739288. OLE color: 12739288.
HSL color Cylindrical-coordinate representation of color #D862C2: hue angle of 311.19º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862C2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 194 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.15 |
| HSL | 311.19º | 0.6% | 0.62% | - |
| HSV(B) | 311.19º | 0.55% | 0.85% | - |
| XYZ | 42.42 | 27.23 | 54.06 | - |
| YUV | 144.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 194 | 0 | 0.55 | 0.10 | 0.15 | 311.19 | 0.6 | 0.62 |
| Hex | D8 | 62 | C2 | 0 | 37 | A | F | 137 | 3C | 3E |
| Octal | 330 | 142 | 302 | 0 | 67 | 12 | 17 | 467 | 74 | 76 |
| Binary | 11011000 | 1100010 | 11000010 | 0 | 110111 | 1010 | 1111 | 100110111 | 111100 | 111110 |
Color Harmonies of #D862C2
Complementary color
Monochromatic Colors of #D862C2
Black with #D862C2
Text Example
Text Example
White with #D862C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862C2; }
p { color: rgb(216,98,194); }
H1.HeaderClassName
{
color: #D862C2;
}
.AnyTagClassName
{
color: #D862C2;
}
</style>
background-color css
<style>
a { background-color: #D862C2; }
a { background-color: rgb(216,98,194); }
div.DivClassName
{
background-color: #D862C2;
}
.BgClassName
{
background-color: #D862C2;
}
</style>
border-color css
<style>
span { border-color: #D862C2; }
span { border-color: rgb(216,98,194); }
td.TdClassName
{
border-color: #D862C2;
}
.TagClassName
{
border-color: #D862C2;
}
</style>