Html Css Color HEX #D43FEE Free Speech Magenta
📋 copy color: '#D43FEE'red 212 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #D43FEE
Tints of Free Speech Magenta #D43FEE
RGB
CMYK
RGB Variations
Color information
#D43FEE (or 0xD43FEE) is known color: Free Speech Magenta. HEX triplet: D4, 3F and EE. RGB value is (212,63,238). Sum of RGB (Red+Green+Blue) = 212+63+238=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D43FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43FEE is #2BC011. Grayscale: #7E7E7E. Windows color (decimal): -2867218 or 15613908. OLE color: 15613908.
HSL color Cylindrical-coordinate representation of color #D43FEE: hue angle of 291.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43FEE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 63 | 238 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.07 |
| HSL | 291.09º | 0.84% | 0.59% | - |
| HSV(B) | 291.09º | 0.74% | 0.93% | - |
| XYZ | 44.36 | 23.73 | 83.13 | - |
| YUV | 127.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 238 | 0.11 | 0.74 | 0 | 0.07 | 291.09 | 0.84 | 0.59 |
| Hex | D4 | 3F | EE | B | 4A | 0 | 7 | 123 | 54 | 3B |
| Octal | 324 | 77 | 356 | 13 | 112 | 0 | 7 | 443 | 124 | 73 |
| Binary | 11010100 | 111111 | 11101110 | 1011 | 1001010 | 0 | 111 | 100100011 | 1010100 | 111011 |
Color Harmonies of #D43FEE
Complementary color
Monochromatic Colors of #D43FEE
Black with #D43FEE
Text Example
Text Example
White with #D43FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FEE; }
p { color: rgb(212,63,238); }
H1.HeaderClassName
{
color: #D43FEE;
}
.AnyTagClassName
{
color: #D43FEE;
}
</style>
background-color css
<style>
a { background-color: #D43FEE; }
a { background-color: rgb(212,63,238); }
div.DivClassName
{
background-color: #D43FEE;
}
.BgClassName
{
background-color: #D43FEE;
}
</style>
border-color css
<style>
span { border-color: #D43FEE; }
span { border-color: rgb(212,63,238); }
td.TdClassName
{
border-color: #D43FEE;
}
.TagClassName
{
border-color: #D43FEE;
}
</style>