Html Css Color HEX #D446EF Free Speech Magenta
📋 copy color: '#D446EF'red 212 ◦ green 70 ◦ blue 239
Shades of Free Speech Magenta #D446EF
Tints of Free Speech Magenta #D446EF
RGB
CMYK
RGB Variations
Color information
#D446EF (or 0xD446EF) is known color: Free Speech Magenta. HEX triplet: D4, 46 and EF. RGB value is (212,70,239). Sum of RGB (Red+Green+Blue) = 212+70+239=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #D446EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446EF is #2BB910. Grayscale: #838383. Windows color (decimal): -2865425 or 15681236. OLE color: 15681236.
HSL color Cylindrical-coordinate representation of color #D446EF: hue angle of 290.41º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D446EF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 70 | 239 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.06 |
| HSL | 290.41º | 0.84% | 0.61% | - |
| HSV(B) | 290.41º | 0.71% | 0.94% | - |
| XYZ | 44.92 | 24.61 | 84.04 | - |
| YUV | 131.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 239 | 0.11 | 0.71 | 0 | 0.06 | 290.41 | 0.84 | 0.61 |
| Hex | D4 | 46 | EF | B | 47 | 0 | 6 | 122 | 54 | 3D |
| Octal | 324 | 106 | 357 | 13 | 107 | 0 | 6 | 442 | 124 | 75 |
| Binary | 11010100 | 1000110 | 11101111 | 1011 | 1000111 | 0 | 110 | 100100010 | 1010100 | 111101 |
Color Harmonies of #D446EF
Complementary color
Monochromatic Colors of #D446EF
Black with #D446EF
Text Example
Text Example
White with #D446EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446EF; }
p { color: rgb(212,70,239); }
H1.HeaderClassName
{
color: #D446EF;
}
.AnyTagClassName
{
color: #D446EF;
}
</style>
background-color css
<style>
a { background-color: #D446EF; }
a { background-color: rgb(212,70,239); }
div.DivClassName
{
background-color: #D446EF;
}
.BgClassName
{
background-color: #D446EF;
}
</style>
border-color css
<style>
span { border-color: #D446EF; }
span { border-color: rgb(212,70,239); }
td.TdClassName
{
border-color: #D446EF;
}
.TagClassName
{
border-color: #D446EF;
}
</style>