Html Css Color HEX #D348ED Free Speech Magenta
📋 copy color: '#D348ED'red 211 ◦ green 72 ◦ blue 237
Shades of Free Speech Magenta #D348ED
Tints of Free Speech Magenta #D348ED
RGB
CMYK
RGB Variations
Color information
#D348ED (or 0xD348ED) is known color: Free Speech Magenta. HEX triplet: D3, 48 and ED. RGB value is (211,72,237). Sum of RGB (Red+Green+Blue) = 211+72+237=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #D348ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348ED is #2CB712. Grayscale: #838383. Windows color (decimal): -2930451 or 15550675. OLE color: 15550675.
HSL color Cylindrical-coordinate representation of color #D348ED: hue angle of 290.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D348ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 72 | 237 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.55º | 0.82% | 0.61% | - |
| HSV(B) | 290.55º | 0.7% | 0.93% | - |
| XYZ | 44.47 | 24.6 | 82.52 | - |
| YUV | 132.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 237 | 0.11 | 0.70 | 0 | 0.07 | 290.55 | 0.82 | 0.61 |
| Hex | D3 | 48 | ED | B | 46 | 0 | 7 | 123 | 52 | 3D |
| Octal | 323 | 110 | 355 | 13 | 106 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010011 | 1001000 | 11101101 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D348ED
Complementary color
Monochromatic Colors of #D348ED
Black with #D348ED
Text Example
Text Example
White with #D348ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348ED; }
p { color: rgb(211,72,237); }
H1.HeaderClassName
{
color: #D348ED;
}
.AnyTagClassName
{
color: #D348ED;
}
</style>
background-color css
<style>
a { background-color: #D348ED; }
a { background-color: rgb(211,72,237); }
div.DivClassName
{
background-color: #D348ED;
}
.BgClassName
{
background-color: #D348ED;
}
</style>
border-color css
<style>
span { border-color: #D348ED; }
span { border-color: rgb(211,72,237); }
td.TdClassName
{
border-color: #D348ED;
}
.TagClassName
{
border-color: #D348ED;
}
</style>