Html Css Color HEX #D348EE Free Speech Magenta
📋 copy color: '#D348EE'red 211 ◦ green 72 ◦ blue 238
Shades of Free Speech Magenta #D348EE
Tints of Free Speech Magenta #D348EE
RGB
CMYK
RGB Variations
Color information
#D348EE (or 0xD348EE) is known color: Free Speech Magenta. HEX triplet: D3, 48 and EE. RGB value is (211,72,238). Sum of RGB (Red+Green+Blue) = 211+72+238=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D348EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348EE is #2CB711. Grayscale: #838383. Windows color (decimal): -2930450 or 15616211. OLE color: 15616211.
HSL color Cylindrical-coordinate representation of color #D348EE: hue angle of 290.24º degrees, saturation: 0.83, 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 #D348EE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 72 | 238 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.24º | 0.83% | 0.61% | - |
| HSV(B) | 290.24º | 0.7% | 0.93% | - |
| XYZ | 44.61 | 24.66 | 83.3 | - |
| YUV | 132.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 238 | 0.11 | 0.70 | 0 | 0.07 | 290.24 | 0.83 | 0.61 |
| Hex | D3 | 48 | EE | B | 46 | 0 | 7 | 122 | 53 | 3D |
| Octal | 323 | 110 | 356 | 13 | 106 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010011 | 1001000 | 11101110 | 1011 | 1000110 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D348EE
Complementary color
Monochromatic Colors of #D348EE
Black with #D348EE
Text Example
Text Example
White with #D348EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348EE; }
p { color: rgb(211,72,238); }
H1.HeaderClassName
{
color: #D348EE;
}
.AnyTagClassName
{
color: #D348EE;
}
</style>
background-color css
<style>
a { background-color: #D348EE; }
a { background-color: rgb(211,72,238); }
div.DivClassName
{
background-color: #D348EE;
}
.BgClassName
{
background-color: #D348EE;
}
</style>
border-color css
<style>
span { border-color: #D348EE; }
span { border-color: rgb(211,72,238); }
td.TdClassName
{
border-color: #D348EE;
}
.TagClassName
{
border-color: #D348EE;
}
</style>