Html Css Color HEX #D83AD2 Free Speech Magenta
📋 copy color: '#D83AD2'red 216 ◦ green 58 ◦ blue 210
Shades of Free Speech Magenta #D83AD2
Tints of Free Speech Magenta #D83AD2
RGB
CMYK
RGB Variations
Color information
#D83AD2 (or 0xD83AD2) is known color: Free Speech Magenta. HEX triplet: D8, 3A and D2. RGB value is (216,58,210). Sum of RGB (Red+Green+Blue) = 216+58+210=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AD2 is #27C52D. Grayscale: #7A7A7A. Windows color (decimal): -2606382 or 13777624. OLE color: 13777624.
HSL color Cylindrical-coordinate representation of color #D83AD2: hue angle of 302.28º 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 #D83AD2 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 210 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.15 |
| HSL | 302.28º | 0.67% | 0.54% | - |
| HSV(B) | 302.28º | 0.73% | 0.85% | - |
| XYZ | 41.46 | 22.28 | 63.09 | - |
| YUV | 122.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 210 | 0 | 0.73 | 0.03 | 0.15 | 302.28 | 0.67 | 0.54 |
| Hex | D8 | 3A | D2 | 0 | 49 | 3 | F | 12E | 43 | 36 |
| Octal | 330 | 72 | 322 | 0 | 111 | 3 | 17 | 456 | 103 | 66 |
| Binary | 11011000 | 111010 | 11010010 | 0 | 1001001 | 11 | 1111 | 100101110 | 1000011 | 110110 |
Color Harmonies of #D83AD2
Complementary color
Monochromatic Colors of #D83AD2
Black with #D83AD2
Text Example
Text Example
White with #D83AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AD2; }
p { color: rgb(216,58,210); }
H1.HeaderClassName
{
color: #D83AD2;
}
.AnyTagClassName
{
color: #D83AD2;
}
</style>
background-color css
<style>
a { background-color: #D83AD2; }
a { background-color: rgb(216,58,210); }
div.DivClassName
{
background-color: #D83AD2;
}
.BgClassName
{
background-color: #D83AD2;
}
</style>
border-color css
<style>
span { border-color: #D83AD2; }
span { border-color: rgb(216,58,210); }
td.TdClassName
{
border-color: #D83AD2;
}
.TagClassName
{
border-color: #D83AD2;
}
</style>