Html Css Color HEX #D942E6 Free Speech Magenta
📋 copy color: '#D942E6'red 217 ◦ green 66 ◦ blue 230
Shades of Free Speech Magenta #D942E6
Tints of Free Speech Magenta #D942E6
RGB
CMYK
RGB Variations
Color information
#D942E6 (or 0xD942E6) is known color: Free Speech Magenta. HEX triplet: D9, 42 and E6. RGB value is (217,66,230). Sum of RGB (Red+Green+Blue) = 217+66+230=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #D942E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D942E6 is #26BD19. Grayscale: #818181. Windows color (decimal): -2538778 or 15090393. OLE color: 15090393.
HSL color Cylindrical-coordinate representation of color #D942E6: hue angle of 295.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D942E6 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 66 | 230 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.10 |
| HSL | 295.24º | 0.77% | 0.58% | - |
| HSV(B) | 295.24º | 0.71% | 0.9% | - |
| XYZ | 44.85 | 24.36 | 77.2 | - |
| YUV | 129.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 230 | 0.06 | 0.71 | 0 | 0.10 | 295.24 | 0.77 | 0.58 |
| Hex | D9 | 42 | E6 | 6 | 47 | 0 | A | 127 | 4D | 3A |
| Octal | 331 | 102 | 346 | 6 | 107 | 0 | 12 | 447 | 115 | 72 |
| Binary | 11011001 | 1000010 | 11100110 | 110 | 1000111 | 0 | 1010 | 100100111 | 1001101 | 111010 |
Color Harmonies of #D942E6
Complementary color
Monochromatic Colors of #D942E6
Black with #D942E6
Text Example
Text Example
White with #D942E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942E6; }
p { color: rgb(217,66,230); }
H1.HeaderClassName
{
color: #D942E6;
}
.AnyTagClassName
{
color: #D942E6;
}
</style>
background-color css
<style>
a { background-color: #D942E6; }
a { background-color: rgb(217,66,230); }
div.DivClassName
{
background-color: #D942E6;
}
.BgClassName
{
background-color: #D942E6;
}
</style>
border-color css
<style>
span { border-color: #D942E6; }
span { border-color: rgb(217,66,230); }
td.TdClassName
{
border-color: #D942E6;
}
.TagClassName
{
border-color: #D942E6;
}
</style>