Html Css Color HEX #D862D0 Free Speech Magenta
📋 copy color: '#D862D0'red 216 ◦ green 98 ◦ blue 208
Shades of Free Speech Magenta #D862D0
Tints of Free Speech Magenta #D862D0
RGB
CMYK
RGB Variations
Color information
#D862D0 (or 0xD862D0) is known color: Free Speech Magenta. HEX triplet: D8, 62 and D0. RGB value is (216,98,208). Sum of RGB (Red+Green+Blue) = 216+98+208=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D862D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862D0 is #279D2F. Grayscale: #919191. Windows color (decimal): -2596144 or 13656792. OLE color: 13656792.
HSL color Cylindrical-coordinate representation of color #D862D0: hue angle of 304.07º 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 #D862D0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 208 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.15 |
| HSL | 304.07º | 0.6% | 0.62% | - |
| HSV(B) | 304.07º | 0.55% | 0.85% | - |
| XYZ | 44.07 | 27.89 | 62.73 | - |
| YUV | 145.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 208 | 0 | 0.55 | 0.04 | 0.15 | 304.07 | 0.6 | 0.62 |
| Hex | D8 | 62 | D0 | 0 | 37 | 4 | F | 130 | 3C | 3E |
| Octal | 330 | 142 | 320 | 0 | 67 | 4 | 17 | 460 | 74 | 76 |
| Binary | 11011000 | 1100010 | 11010000 | 0 | 110111 | 100 | 1111 | 100110000 | 111100 | 111110 |
Color Harmonies of #D862D0
Complementary color
Monochromatic Colors of #D862D0
Black with #D862D0
Text Example
Text Example
White with #D862D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862D0; }
p { color: rgb(216,98,208); }
H1.HeaderClassName
{
color: #D862D0;
}
.AnyTagClassName
{
color: #D862D0;
}
</style>
background-color css
<style>
a { background-color: #D862D0; }
a { background-color: rgb(216,98,208); }
div.DivClassName
{
background-color: #D862D0;
}
.BgClassName
{
background-color: #D862D0;
}
</style>
border-color css
<style>
span { border-color: #D862D0; }
span { border-color: rgb(216,98,208); }
td.TdClassName
{
border-color: #D862D0;
}
.TagClassName
{
border-color: #D862D0;
}
</style>