Html Css Color HEX #D442EE Free Speech Magenta
📋 copy color: '#D442EE'red 212 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #D442EE
Tints of Free Speech Magenta #D442EE
RGB
CMYK
RGB Variations
Color information
#D442EE (or 0xD442EE) is known color: Free Speech Magenta. HEX triplet: D4, 42 and EE. RGB value is (212,66,238). Sum of RGB (Red+Green+Blue) = 212+66+238=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #D442EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442EE is #2BBD11. Grayscale: #808080. Windows color (decimal): -2866450 or 15614676. OLE color: 15614676.
HSL color Cylindrical-coordinate representation of color #D442EE: hue angle of 290.93º 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 #D442EE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 66 | 238 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 290.93º | 0.83% | 0.6% | - |
| HSV(B) | 290.93º | 0.72% | 0.93% | - |
| XYZ | 44.53 | 24.07 | 83.19 | - |
| YUV | 129.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 238 | 0.11 | 0.72 | 0 | 0.07 | 290.93 | 0.83 | 0.6 |
| Hex | D4 | 42 | EE | B | 48 | 0 | 7 | 123 | 53 | 3C |
| Octal | 324 | 102 | 356 | 13 | 110 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010100 | 1000010 | 11101110 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D442EE
Complementary color
Monochromatic Colors of #D442EE
Black with #D442EE
Text Example
Text Example
White with #D442EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442EE; }
p { color: rgb(212,66,238); }
H1.HeaderClassName
{
color: #D442EE;
}
.AnyTagClassName
{
color: #D442EE;
}
</style>
background-color css
<style>
a { background-color: #D442EE; }
a { background-color: rgb(212,66,238); }
div.DivClassName
{
background-color: #D442EE;
}
.BgClassName
{
background-color: #D442EE;
}
</style>
border-color css
<style>
span { border-color: #D442EE; }
span { border-color: rgb(212,66,238); }
td.TdClassName
{
border-color: #D442EE;
}
.TagClassName
{
border-color: #D442EE;
}
</style>