Html Css Color HEX #D446EE Free Speech Magenta
📋 copy color: '#D446EE'red 212 ◦ green 70 ◦ blue 238
Shades of Free Speech Magenta #D446EE
Tints of Free Speech Magenta #D446EE
RGB
CMYK
RGB Variations
Color information
#D446EE (or 0xD446EE) is known color: Free Speech Magenta. HEX triplet: D4, 46 and EE. RGB value is (212,70,238). Sum of RGB (Red+Green+Blue) = 212+70+238=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #D446EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446EE is #2BB911. Grayscale: #838383. Windows color (decimal): -2865426 or 15615700. OLE color: 15615700.
HSL color Cylindrical-coordinate representation of color #D446EE: hue angle of 290.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D446EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 70 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 290.71º | 0.83% | 0.6% | - |
| HSV(B) | 290.71º | 0.71% | 0.93% | - |
| XYZ | 44.77 | 24.55 | 83.27 | - |
| YUV | 131.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 238 | 0.11 | 0.71 | 0 | 0.07 | 290.71 | 0.83 | 0.6 |
| Hex | D4 | 46 | EE | B | 47 | 0 | 7 | 123 | 53 | 3C |
| Octal | 324 | 106 | 356 | 13 | 107 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010100 | 1000110 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D446EE
Complementary color
Monochromatic Colors of #D446EE
Black with #D446EE
Text Example
Text Example
White with #D446EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446EE; }
p { color: rgb(212,70,238); }
H1.HeaderClassName
{
color: #D446EE;
}
.AnyTagClassName
{
color: #D446EE;
}
</style>
background-color css
<style>
a { background-color: #D446EE; }
a { background-color: rgb(212,70,238); }
div.DivClassName
{
background-color: #D446EE;
}
.BgClassName
{
background-color: #D446EE;
}
</style>
border-color css
<style>
span { border-color: #D446EE; }
span { border-color: rgb(212,70,238); }
td.TdClassName
{
border-color: #D446EE;
}
.TagClassName
{
border-color: #D446EE;
}
</style>