Html Css Color HEX #D443ED Free Speech Magenta
📋 copy color: '#D443ED'red 212 ◦ green 67 ◦ blue 237
Shades of Free Speech Magenta #D443ED
Tints of Free Speech Magenta #D443ED
RGB
CMYK
RGB Variations
Color information
#D443ED (or 0xD443ED) is known color: Free Speech Magenta. HEX triplet: D4, 43 and ED. RGB value is (212,67,237). Sum of RGB (Red+Green+Blue) = 212+67+237=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #D443ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D443ED is #2BBC12. Grayscale: #818181. Windows color (decimal): -2866195 or 15549396. OLE color: 15549396.
HSL color Cylindrical-coordinate representation of color #D443ED: hue angle of 291.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D443ED is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 67 | 237 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 291.18º | 0.83% | 0.6% | - |
| HSV(B) | 291.18º | 0.72% | 0.93% | - |
| XYZ | 44.44 | 24.13 | 82.44 | - |
| YUV | 129.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 237 | 0.11 | 0.72 | 0 | 0.07 | 291.18 | 0.83 | 0.6 |
| Hex | D4 | 43 | ED | B | 48 | 0 | 7 | 123 | 53 | 3C |
| Octal | 324 | 103 | 355 | 13 | 110 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010100 | 1000011 | 11101101 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D443ED
Complementary color
Monochromatic Colors of #D443ED
Black with #D443ED
Text Example
Text Example
White with #D443ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443ED; }
p { color: rgb(212,67,237); }
H1.HeaderClassName
{
color: #D443ED;
}
.AnyTagClassName
{
color: #D443ED;
}
</style>
background-color css
<style>
a { background-color: #D443ED; }
a { background-color: rgb(212,67,237); }
div.DivClassName
{
background-color: #D443ED;
}
.BgClassName
{
background-color: #D443ED;
}
</style>
border-color css
<style>
span { border-color: #D443ED; }
span { border-color: rgb(212,67,237); }
td.TdClassName
{
border-color: #D443ED;
}
.TagClassName
{
border-color: #D443ED;
}
</style>