Html Css Color HEX #D442EA Free Speech Magenta
📋 copy color: '#D442EA'red 212 ◦ green 66 ◦ blue 234
Shades of Free Speech Magenta #D442EA
Tints of Free Speech Magenta #D442EA
RGB
CMYK
RGB Variations
Color information
#D442EA (or 0xD442EA) is known color: Free Speech Magenta. HEX triplet: D4, 42 and EA. RGB value is (212,66,234). Sum of RGB (Red+Green+Blue) = 212+66+234=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #D442EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442EA is #2BBD15. Grayscale: #808080. Windows color (decimal): -2866454 or 15352532. OLE color: 15352532.
HSL color Cylindrical-coordinate representation of color #D442EA: hue angle of 292.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D442EA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 66 | 234 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.08 |
| HSL | 292.14º | 0.8% | 0.59% | - |
| HSV(B) | 292.14º | 0.72% | 0.92% | - |
| XYZ | 43.95 | 23.83 | 80.13 | - |
| YUV | 128.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 234 | 0.09 | 0.72 | 0 | 0.08 | 292.14 | 0.8 | 0.59 |
| Hex | D4 | 42 | EA | 9 | 48 | 0 | 8 | 124 | 50 | 3B |
| Octal | 324 | 102 | 352 | 11 | 110 | 0 | 10 | 444 | 120 | 73 |
| Binary | 11010100 | 1000010 | 11101010 | 1001 | 1001000 | 0 | 1000 | 100100100 | 1010000 | 111011 |
Color Harmonies of #D442EA
Complementary color
Monochromatic Colors of #D442EA
Black with #D442EA
Text Example
Text Example
White with #D442EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442EA; }
p { color: rgb(212,66,234); }
H1.HeaderClassName
{
color: #D442EA;
}
.AnyTagClassName
{
color: #D442EA;
}
</style>
background-color css
<style>
a { background-color: #D442EA; }
a { background-color: rgb(212,66,234); }
div.DivClassName
{
background-color: #D442EA;
}
.BgClassName
{
background-color: #D442EA;
}
</style>
border-color css
<style>
span { border-color: #D442EA; }
span { border-color: rgb(212,66,234); }
td.TdClassName
{
border-color: #D442EA;
}
.TagClassName
{
border-color: #D442EA;
}
</style>