Html Css Color HEX #D345EB Free Speech Magenta
📋 copy color: '#D345EB'red 211 ◦ green 69 ◦ blue 235
Shades of Free Speech Magenta #D345EB
Tints of Free Speech Magenta #D345EB
RGB
CMYK
RGB Variations
Color information
#D345EB (or 0xD345EB) is known color: Free Speech Magenta. HEX triplet: D3, 45 and EB. RGB value is (211,69,235). Sum of RGB (Red+Green+Blue) = 211+69+235=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #D345EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345EB is #2CBA14. Grayscale: #818181. Windows color (decimal): -2931221 or 15418835. OLE color: 15418835.
HSL color Cylindrical-coordinate representation of color #D345EB: hue angle of 291.33º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D345EB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 69 | 235 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.08 |
| HSL | 291.33º | 0.81% | 0.6% | - |
| HSV(B) | 291.33º | 0.71% | 0.92% | - |
| XYZ | 43.99 | 24.1 | 80.93 | - |
| YUV | 130.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 235 | 0.10 | 0.71 | 0 | 0.08 | 291.33 | 0.81 | 0.6 |
| Hex | D3 | 45 | EB | A | 47 | 0 | 8 | 123 | 51 | 3C |
| Octal | 323 | 105 | 353 | 12 | 107 | 0 | 10 | 443 | 121 | 74 |
| Binary | 11010011 | 1000101 | 11101011 | 1010 | 1000111 | 0 | 1000 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D345EB
Complementary color
Monochromatic Colors of #D345EB
Black with #D345EB
Text Example
Text Example
White with #D345EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345EB; }
p { color: rgb(211,69,235); }
H1.HeaderClassName
{
color: #D345EB;
}
.AnyTagClassName
{
color: #D345EB;
}
</style>
background-color css
<style>
a { background-color: #D345EB; }
a { background-color: rgb(211,69,235); }
div.DivClassName
{
background-color: #D345EB;
}
.BgClassName
{
background-color: #D345EB;
}
</style>
border-color css
<style>
span { border-color: #D345EB; }
span { border-color: rgb(211,69,235); }
td.TdClassName
{
border-color: #D345EB;
}
.TagClassName
{
border-color: #D345EB;
}
</style>