Html Css Color HEX #D862C1 Free Speech Magenta
📋 copy color: '#D862C1'red 216 ◦ green 98 ◦ blue 193
Shades of Free Speech Magenta #D862C1
Tints of Free Speech Magenta #D862C1
RGB
CMYK
RGB Variations
Color information
#D862C1 (or 0xD862C1) is known color: Free Speech Magenta. HEX triplet: D8, 62 and C1. RGB value is (216,98,193). Sum of RGB (Red+Green+Blue) = 216+98+193=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D862C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862C1 is #279D3E. Grayscale: #8F8F8F. Windows color (decimal): -2596159 or 12673752. OLE color: 12673752.
HSL color Cylindrical-coordinate representation of color #D862C1: hue angle of 311.69º 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 #D862C1 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 193 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.15 |
| HSL | 311.69º | 0.6% | 0.62% | - |
| HSV(B) | 311.69º | 0.55% | 0.85% | - |
| XYZ | 42.31 | 27.18 | 53.47 | - |
| YUV | 144.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 193 | 0 | 0.55 | 0.11 | 0.15 | 311.69 | 0.6 | 0.62 |
| Hex | D8 | 62 | C1 | 0 | 37 | B | F | 138 | 3C | 3E |
| Octal | 330 | 142 | 301 | 0 | 67 | 13 | 17 | 470 | 74 | 76 |
| Binary | 11011000 | 1100010 | 11000001 | 0 | 110111 | 1011 | 1111 | 100111000 | 111100 | 111110 |
Color Harmonies of #D862C1
Complementary color
Monochromatic Colors of #D862C1
Black with #D862C1
Text Example
Text Example
White with #D862C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862C1; }
p { color: rgb(216,98,193); }
H1.HeaderClassName
{
color: #D862C1;
}
.AnyTagClassName
{
color: #D862C1;
}
</style>
background-color css
<style>
a { background-color: #D862C1; }
a { background-color: rgb(216,98,193); }
div.DivClassName
{
background-color: #D862C1;
}
.BgClassName
{
background-color: #D862C1;
}
</style>
border-color css
<style>
span { border-color: #D862C1; }
span { border-color: rgb(216,98,193); }
td.TdClassName
{
border-color: #D862C1;
}
.TagClassName
{
border-color: #D862C1;
}
</style>