Html Css Color HEX #D348E4 Free Speech Magenta
📋 copy color: '#D348E4'red 211 ◦ green 72 ◦ blue 228
Shades of Free Speech Magenta #D348E4
Tints of Free Speech Magenta #D348E4
RGB
CMYK
RGB Variations
Color information
#D348E4 (or 0xD348E4) is known color: Free Speech Magenta. HEX triplet: D3, 48 and E4. RGB value is (211,72,228). Sum of RGB (Red+Green+Blue) = 211+72+228=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #D348E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348E4 is #2CB71B. Grayscale: #828282. Windows color (decimal): -2930460 or 14960851. OLE color: 14960851.
HSL color Cylindrical-coordinate representation of color #D348E4: hue angle of 293.46º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D348E4 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 72 | 228 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.11 |
| HSL | 293.46º | 0.74% | 0.59% | - |
| HSV(B) | 293.46º | 0.68% | 0.89% | - |
| XYZ | 43.18 | 24.09 | 75.77 | - |
| YUV | 131.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 228 | 0.07 | 0.68 | 0 | 0.11 | 293.46 | 0.74 | 0.59 |
| Hex | D3 | 48 | E4 | 7 | 44 | 0 | B | 125 | 4A | 3B |
| Octal | 323 | 110 | 344 | 7 | 104 | 0 | 13 | 445 | 112 | 73 |
| Binary | 11010011 | 1001000 | 11100100 | 111 | 1000100 | 0 | 1011 | 100100101 | 1001010 | 111011 |
Color Harmonies of #D348E4
Complementary color
Monochromatic Colors of #D348E4
Black with #D348E4
Text Example
Text Example
White with #D348E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348E4; }
p { color: rgb(211,72,228); }
H1.HeaderClassName
{
color: #D348E4;
}
.AnyTagClassName
{
color: #D348E4;
}
</style>
background-color css
<style>
a { background-color: #D348E4; }
a { background-color: rgb(211,72,228); }
div.DivClassName
{
background-color: #D348E4;
}
.BgClassName
{
background-color: #D348E4;
}
</style>
border-color css
<style>
span { border-color: #D348E4; }
span { border-color: rgb(211,72,228); }
td.TdClassName
{
border-color: #D348E4;
}
.TagClassName
{
border-color: #D348E4;
}
</style>