Html Css Color HEX #D83AD6 Free Speech Magenta
📋 copy color: '#D83AD6'red 216 ◦ green 58 ◦ blue 214
Shades of Free Speech Magenta #D83AD6
Tints of Free Speech Magenta #D83AD6
RGB
CMYK
RGB Variations
Color information
#D83AD6 (or 0xD83AD6) is known color: Free Speech Magenta. HEX triplet: D8, 3A and D6. RGB value is (216,58,214). Sum of RGB (Red+Green+Blue) = 216+58+214=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AD6 is #27C529. Grayscale: #7A7A7A. Windows color (decimal): -2606378 or 14039768. OLE color: 14039768.
HSL color Cylindrical-coordinate representation of color #D83AD6: hue angle of 300.76º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83AD6 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 214 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.15 |
| HSL | 300.76º | 0.67% | 0.54% | - |
| HSV(B) | 300.76º | 0.73% | 0.85% | - |
| XYZ | 41.97 | 22.48 | 65.75 | - |
| YUV | 123.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 214 | 0 | 0.73 | 0.01 | 0.15 | 300.76 | 0.67 | 0.54 |
| Hex | D8 | 3A | D6 | 0 | 49 | 1 | F | 12D | 43 | 36 |
| Octal | 330 | 72 | 326 | 0 | 111 | 1 | 17 | 455 | 103 | 66 |
| Binary | 11011000 | 111010 | 11010110 | 0 | 1001001 | 1 | 1111 | 100101101 | 1000011 | 110110 |
Color Harmonies of #D83AD6
Complementary color
Monochromatic Colors of #D83AD6
Black with #D83AD6
Text Example
Text Example
White with #D83AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AD6; }
p { color: rgb(216,58,214); }
H1.HeaderClassName
{
color: #D83AD6;
}
.AnyTagClassName
{
color: #D83AD6;
}
</style>
background-color css
<style>
a { background-color: #D83AD6; }
a { background-color: rgb(216,58,214); }
div.DivClassName
{
background-color: #D83AD6;
}
.BgClassName
{
background-color: #D83AD6;
}
</style>
border-color css
<style>
span { border-color: #D83AD6; }
span { border-color: rgb(216,58,214); }
td.TdClassName
{
border-color: #D83AD6;
}
.TagClassName
{
border-color: #D83AD6;
}
</style>