Html Css Color HEX #D833ED Free Speech Magenta
📋 copy color: '#D833ED'red 216 ◦ green 51 ◦ blue 237
Shades of Free Speech Magenta #D833ED
Tints of Free Speech Magenta #D833ED
RGB
CMYK
RGB Variations
Color information
#D833ED (or 0xD833ED) is known color: Free Speech Magenta. HEX triplet: D8, 33 and ED. RGB value is (216,51,237). Sum of RGB (Red+Green+Blue) = 216+51+237=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #D833ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D833ED is #27CC12. Grayscale: #787878. Windows color (decimal): -2608147 or 15545304. OLE color: 15545304.
HSL color Cylindrical-coordinate representation of color #D833ED: hue angle of 293.23º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D833ED is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 51 | 237 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.07 |
| HSL | 293.23º | 0.84% | 0.56% | - |
| HSV(B) | 293.23º | 0.78% | 0.93% | - |
| XYZ | 44.79 | 23.08 | 82.22 | - |
| YUV | 121.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 237 | 0.09 | 0.78 | 0 | 0.07 | 293.23 | 0.84 | 0.56 |
| Hex | D8 | 33 | ED | 9 | 4E | 0 | 7 | 125 | 54 | 38 |
| Octal | 330 | 63 | 355 | 11 | 116 | 0 | 7 | 445 | 124 | 70 |
| Binary | 11011000 | 110011 | 11101101 | 1001 | 1001110 | 0 | 111 | 100100101 | 1010100 | 111000 |
Color Harmonies of #D833ED
Complementary color
Monochromatic Colors of #D833ED
Black with #D833ED
Text Example
Text Example
White with #D833ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833ED; }
p { color: rgb(216,51,237); }
H1.HeaderClassName
{
color: #D833ED;
}
.AnyTagClassName
{
color: #D833ED;
}
</style>
background-color css
<style>
a { background-color: #D833ED; }
a { background-color: rgb(216,51,237); }
div.DivClassName
{
background-color: #D833ED;
}
.BgClassName
{
background-color: #D833ED;
}
</style>
border-color css
<style>
span { border-color: #D833ED; }
span { border-color: rgb(216,51,237); }
td.TdClassName
{
border-color: #D833ED;
}
.TagClassName
{
border-color: #D833ED;
}
</style>