Html Css Color HEX #D942EE Free Speech Magenta
📋 copy color: '#D942EE'red 217 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #D942EE
Tints of Free Speech Magenta #D942EE
RGB
CMYK
RGB Variations
Color information
#D942EE (or 0xD942EE) is known color: Free Speech Magenta. HEX triplet: D9, 42 and EE. RGB value is (217,66,238). Sum of RGB (Red+Green+Blue) = 217+66+238=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D942EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D942EE is #26BD11. Grayscale: #828282. Windows color (decimal): -2538770 or 15614681. OLE color: 15614681.
HSL color Cylindrical-coordinate representation of color #D942EE: hue angle of 292.67º 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 #D942EE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 66 | 238 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.07 |
| HSL | 292.67º | 0.83% | 0.6% | - |
| HSV(B) | 292.67º | 0.72% | 0.93% | - |
| XYZ | 46 | 24.82 | 83.26 | - |
| YUV | 130.76 | 188.53 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 238 | 0.09 | 0.72 | 0 | 0.07 | 292.67 | 0.83 | 0.6 |
| Hex | D9 | 42 | EE | 9 | 48 | 0 | 7 | 125 | 53 | 3C |
| Octal | 331 | 102 | 356 | 11 | 110 | 0 | 7 | 445 | 123 | 74 |
| Binary | 11011001 | 1000010 | 11101110 | 1001 | 1001000 | 0 | 111 | 100100101 | 1010011 | 111100 |
Color Harmonies of #D942EE
Complementary color
Monochromatic Colors of #D942EE
Black with #D942EE
Text Example
Text Example
White with #D942EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942EE; }
p { color: rgb(217,66,238); }
H1.HeaderClassName
{
color: #D942EE;
}
.AnyTagClassName
{
color: #D942EE;
}
</style>
background-color css
<style>
a { background-color: #D942EE; }
a { background-color: rgb(217,66,238); }
div.DivClassName
{
background-color: #D942EE;
}
.BgClassName
{
background-color: #D942EE;
}
</style>
border-color css
<style>
span { border-color: #D942EE; }
span { border-color: rgb(217,66,238); }
td.TdClassName
{
border-color: #D942EE;
}
.TagClassName
{
border-color: #D942EE;
}
</style>