Html Css Color HEX #D861D4 Free Speech Magenta
📋 copy color: '#D861D4'red 216 ◦ green 97 ◦ blue 212
Shades of Free Speech Magenta #D861D4
Tints of Free Speech Magenta #D861D4
RGB
CMYK
RGB Variations
Color information
#D861D4 (or 0xD861D4) is known color: Free Speech Magenta. HEX triplet: D8, 61 and D4. RGB value is (216,97,212). Sum of RGB (Red+Green+Blue) = 216+97+212=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D861D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861D4 is #279E2B. Grayscale: #919191. Windows color (decimal): -2596396 or 13918680. OLE color: 13918680.
HSL color Cylindrical-coordinate representation of color #D861D4: hue angle of 302.02º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D861D4 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 212 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.15 |
| HSL | 302.02º | 0.6% | 0.61% | - |
| HSV(B) | 302.02º | 0.55% | 0.85% | - |
| XYZ | 44.48 | 27.9 | 65.33 | - |
| YUV | 145.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 212 | 0 | 0.55 | 0.02 | 0.15 | 302.02 | 0.6 | 0.61 |
| Hex | D8 | 61 | D4 | 0 | 37 | 2 | F | 12E | 3C | 3D |
| Octal | 330 | 141 | 324 | 0 | 67 | 2 | 17 | 456 | 74 | 75 |
| Binary | 11011000 | 1100001 | 11010100 | 0 | 110111 | 10 | 1111 | 100101110 | 111100 | 111101 |
Color Harmonies of #D861D4
Complementary color
Monochromatic Colors of #D861D4
Black with #D861D4
Text Example
Text Example
White with #D861D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D861D4; }
p { color: rgb(216,97,212); }
H1.HeaderClassName
{
color: #D861D4;
}
.AnyTagClassName
{
color: #D861D4;
}
</style>
background-color css
<style>
a { background-color: #D861D4; }
a { background-color: rgb(216,97,212); }
div.DivClassName
{
background-color: #D861D4;
}
.BgClassName
{
background-color: #D861D4;
}
</style>
border-color css
<style>
span { border-color: #D861D4; }
span { border-color: rgb(216,97,212); }
td.TdClassName
{
border-color: #D861D4;
}
.TagClassName
{
border-color: #D861D4;
}
</style>