Html Css Color HEX #D352ED Free Speech Magenta
📋 copy color: '#D352ED'red 211 ◦ green 82 ◦ blue 237
Shades of Free Speech Magenta #D352ED
Tints of Free Speech Magenta #D352ED
RGB
CMYK
RGB Variations
Color information
#D352ED (or 0xD352ED) is known color: Free Speech Magenta. HEX triplet: D3, 52 and ED. RGB value is (211,82,237). Sum of RGB (Red+Green+Blue) = 211+82+237=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #D352ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352ED is #2CAD12. Grayscale: #898989. Windows color (decimal): -2927891 or 15553235. OLE color: 15553235.
HSL color Cylindrical-coordinate representation of color #D352ED: hue angle of 289.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D352ED is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 82 | 237 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.07 |
| HSL | 289.94º | 0.81% | 0.63% | - |
| HSV(B) | 289.94º | 0.65% | 0.93% | - |
| XYZ | 45.17 | 26 | 82.76 | - |
| YUV | 138.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 237 | 0.11 | 0.65 | 0 | 0.07 | 289.94 | 0.81 | 0.63 |
| Hex | D3 | 52 | ED | B | 41 | 0 | 7 | 122 | 51 | 3F |
| Octal | 323 | 122 | 355 | 13 | 101 | 0 | 7 | 442 | 121 | 77 |
| Binary | 11010011 | 1010010 | 11101101 | 1011 | 1000001 | 0 | 111 | 100100010 | 1010001 | 111111 |
Color Harmonies of #D352ED
Complementary color
Monochromatic Colors of #D352ED
Black with #D352ED
Text Example
Text Example
White with #D352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352ED; }
p { color: rgb(211,82,237); }
H1.HeaderClassName
{
color: #D352ED;
}
.AnyTagClassName
{
color: #D352ED;
}
</style>
background-color css
<style>
a { background-color: #D352ED; }
a { background-color: rgb(211,82,237); }
div.DivClassName
{
background-color: #D352ED;
}
.BgClassName
{
background-color: #D352ED;
}
</style>
border-color css
<style>
span { border-color: #D352ED; }
span { border-color: rgb(211,82,237); }
td.TdClassName
{
border-color: #D352ED;
}
.TagClassName
{
border-color: #D352ED;
}
</style>