Html Css Color HEX #D442EF Free Speech Magenta
📋 copy color: '#D442EF'red 212 ◦ green 66 ◦ blue 239
Shades of Free Speech Magenta #D442EF
Tints of Free Speech Magenta #D442EF
RGB
CMYK
RGB Variations
Color information
#D442EF (or 0xD442EF) is known color: Free Speech Magenta. HEX triplet: D4, 42 and EF. RGB value is (212,66,239). Sum of RGB (Red+Green+Blue) = 212+66+239=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #D442EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442EF is #2BBD10. Grayscale: #808080. Windows color (decimal): -2866449 or 15680212. OLE color: 15680212.
HSL color Cylindrical-coordinate representation of color #D442EF: hue angle of 290.64º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D442EF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 66 | 239 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.06 |
| HSL | 290.64º | 0.84% | 0.6% | - |
| HSV(B) | 290.64º | 0.72% | 0.94% | - |
| XYZ | 44.68 | 24.13 | 83.96 | - |
| YUV | 129.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 239 | 0.11 | 0.72 | 0 | 0.06 | 290.64 | 0.84 | 0.6 |
| Hex | D4 | 42 | EF | B | 48 | 0 | 6 | 123 | 54 | 3C |
| Octal | 324 | 102 | 357 | 13 | 110 | 0 | 6 | 443 | 124 | 74 |
| Binary | 11010100 | 1000010 | 11101111 | 1011 | 1001000 | 0 | 110 | 100100011 | 1010100 | 111100 |
Color Harmonies of #D442EF
Complementary color
Monochromatic Colors of #D442EF
Black with #D442EF
Text Example
Text Example
White with #D442EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442EF; }
p { color: rgb(212,66,239); }
H1.HeaderClassName
{
color: #D442EF;
}
.AnyTagClassName
{
color: #D442EF;
}
</style>
background-color css
<style>
a { background-color: #D442EF; }
a { background-color: rgb(212,66,239); }
div.DivClassName
{
background-color: #D442EF;
}
.BgClassName
{
background-color: #D442EF;
}
</style>
border-color css
<style>
span { border-color: #D442EF; }
span { border-color: rgb(212,66,239); }
td.TdClassName
{
border-color: #D442EF;
}
.TagClassName
{
border-color: #D442EF;
}
</style>