Html Css Color HEX #D83BD5 Free Speech Magenta
📋 copy color: '#D83BD5'red 216 ◦ green 59 ◦ blue 213
Shades of Free Speech Magenta #D83BD5
Tints of Free Speech Magenta #D83BD5
RGB
CMYK
RGB Variations
Color information
#D83BD5 (or 0xD83BD5) is known color: Free Speech Magenta. HEX triplet: D8, 3B and D5. RGB value is (216,59,213). Sum of RGB (Red+Green+Blue) = 216+59+213=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BD5 is #27C42A. Grayscale: #7B7B7B. Windows color (decimal): -2606123 or 13974488. OLE color: 13974488.
HSL color Cylindrical-coordinate representation of color #D83BD5: hue angle of 301.15º 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 #D83BD5 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 213 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.15 |
| HSL | 301.15º | 0.67% | 0.54% | - |
| HSV(B) | 301.15º | 0.73% | 0.85% | - |
| XYZ | 41.89 | 22.53 | 65.09 | - |
| YUV | 123.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 213 | 0 | 0.73 | 0.01 | 0.15 | 301.15 | 0.67 | 0.54 |
| Hex | D8 | 3B | D5 | 0 | 49 | 1 | F | 12D | 43 | 36 |
| Octal | 330 | 73 | 325 | 0 | 111 | 1 | 17 | 455 | 103 | 66 |
| Binary | 11011000 | 111011 | 11010101 | 0 | 1001001 | 1 | 1111 | 100101101 | 1000011 | 110110 |
Color Harmonies of #D83BD5
Complementary color
Monochromatic Colors of #D83BD5
Black with #D83BD5
Text Example
Text Example
White with #D83BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BD5; }
p { color: rgb(216,59,213); }
H1.HeaderClassName
{
color: #D83BD5;
}
.AnyTagClassName
{
color: #D83BD5;
}
</style>
background-color css
<style>
a { background-color: #D83BD5; }
a { background-color: rgb(216,59,213); }
div.DivClassName
{
background-color: #D83BD5;
}
.BgClassName
{
background-color: #D83BD5;
}
</style>
border-color css
<style>
span { border-color: #D83BD5; }
span { border-color: rgb(216,59,213); }
td.TdClassName
{
border-color: #D83BD5;
}
.TagClassName
{
border-color: #D83BD5;
}
</style>