Html Css Color HEX #D862D1 Free Speech Magenta
📋 copy color: '#D862D1'red 216 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #D862D1
Tints of Free Speech Magenta #D862D1
RGB
CMYK
RGB Variations
Color information
#D862D1 (or 0xD862D1) is known color: Free Speech Magenta. HEX triplet: D8, 62 and D1. RGB value is (216,98,209). Sum of RGB (Red+Green+Blue) = 216+98+209=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D862D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862D1 is #279D2E. Grayscale: #919191. Windows color (decimal): -2596143 or 13722328. OLE color: 13722328.
HSL color Cylindrical-coordinate representation of color #D862D1: hue angle of 303.56º 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 #D862D1 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 209 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.15 |
| HSL | 303.56º | 0.6% | 0.62% | - |
| HSV(B) | 303.56º | 0.55% | 0.85% | - |
| XYZ | 44.2 | 27.94 | 63.38 | - |
| YUV | 145.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 209 | 0 | 0.55 | 0.03 | 0.15 | 303.56 | 0.6 | 0.62 |
| Hex | D8 | 62 | D1 | 0 | 37 | 3 | F | 130 | 3C | 3E |
| Octal | 330 | 142 | 321 | 0 | 67 | 3 | 17 | 460 | 74 | 76 |
| Binary | 11011000 | 1100010 | 11010001 | 0 | 110111 | 11 | 1111 | 100110000 | 111100 | 111110 |
Color Harmonies of #D862D1
Complementary color
Monochromatic Colors of #D862D1
Black with #D862D1
Text Example
Text Example
White with #D862D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862D1; }
p { color: rgb(216,98,209); }
H1.HeaderClassName
{
color: #D862D1;
}
.AnyTagClassName
{
color: #D862D1;
}
</style>
background-color css
<style>
a { background-color: #D862D1; }
a { background-color: rgb(216,98,209); }
div.DivClassName
{
background-color: #D862D1;
}
.BgClassName
{
background-color: #D862D1;
}
</style>
border-color css
<style>
span { border-color: #D862D1; }
span { border-color: rgb(216,98,209); }
td.TdClassName
{
border-color: #D862D1;
}
.TagClassName
{
border-color: #D862D1;
}
</style>