Html Css Color HEX #D83BDA Free Speech Magenta
📋 copy color: '#D83BDA'red 216 ◦ green 59 ◦ blue 218
Shades of Free Speech Magenta #D83BDA
Tints of Free Speech Magenta #D83BDA
RGB
CMYK
RGB Variations
Color information
#D83BDA (or 0xD83BDA) is known color: Free Speech Magenta. HEX triplet: D8, 3B and DA. RGB value is (216,59,218). Sum of RGB (Red+Green+Blue) = 216+59+218=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #D83BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BDA is #27C425. Grayscale: #7B7B7B. Windows color (decimal): -2606118 or 14302168. OLE color: 14302168.
HSL color Cylindrical-coordinate representation of color #D83BDA: hue angle of 299.25º degrees, saturation: 0.68, 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 #D83BDA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 218 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.15 |
| HSL | 299.25º | 0.68% | 0.54% | - |
| HSV(B) | 299.25º | 0.73% | 0.85% | - |
| XYZ | 42.54 | 22.79 | 68.49 | - |
| YUV | 124.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 218 | 0.01 | 0.73 | 0 | 0.15 | 299.25 | 0.68 | 0.54 |
| Hex | D8 | 3B | DA | 1 | 49 | 0 | F | 12B | 44 | 36 |
| Octal | 330 | 73 | 332 | 1 | 111 | 0 | 17 | 453 | 104 | 66 |
| Binary | 11011000 | 111011 | 11011010 | 1 | 1001001 | 0 | 1111 | 100101011 | 1000100 | 110110 |
Color Harmonies of #D83BDA
Complementary color
Monochromatic Colors of #D83BDA
Black with #D83BDA
Text Example
Text Example
White with #D83BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BDA; }
p { color: rgb(216,59,218); }
H1.HeaderClassName
{
color: #D83BDA;
}
.AnyTagClassName
{
color: #D83BDA;
}
</style>
background-color css
<style>
a { background-color: #D83BDA; }
a { background-color: rgb(216,59,218); }
div.DivClassName
{
background-color: #D83BDA;
}
.BgClassName
{
background-color: #D83BDA;
}
</style>
border-color css
<style>
span { border-color: #D83BDA; }
span { border-color: rgb(216,59,218); }
td.TdClassName
{
border-color: #D83BDA;
}
.TagClassName
{
border-color: #D83BDA;
}
</style>