Html Css Color HEX #D939E1 Free Speech Magenta
📋 copy color: '#D939E1'red 217 ◦ green 57 ◦ blue 225
Shades of Free Speech Magenta #D939E1
Tints of Free Speech Magenta #D939E1
RGB
CMYK
RGB Variations
Color information
#D939E1 (or 0xD939E1) is known color: Free Speech Magenta. HEX triplet: D9, 39 and E1. RGB value is (217,57,225). Sum of RGB (Red+Green+Blue) = 217+57+225=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #D939E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939E1 is #26C61E. Grayscale: #7B7B7B. Windows color (decimal): -2541087 or 14760409. OLE color: 14760409.
HSL color Cylindrical-coordinate representation of color #D939E1: hue angle of 297.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D939E1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 57 | 225 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.12 |
| HSL | 297.14º | 0.74% | 0.55% | - |
| HSV(B) | 297.14º | 0.75% | 0.88% | - |
| XYZ | 43.67 | 23.11 | 73.39 | - |
| YUV | 123.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 225 | 0.04 | 0.75 | 0 | 0.12 | 297.14 | 0.74 | 0.55 |
| Hex | D9 | 39 | E1 | 4 | 4B | 0 | C | 129 | 4A | 37 |
| Octal | 331 | 71 | 341 | 4 | 113 | 0 | 14 | 451 | 112 | 67 |
| Binary | 11011001 | 111001 | 11100001 | 100 | 1001011 | 0 | 1100 | 100101001 | 1001010 | 110111 |
Color Harmonies of #D939E1
Complementary color
Monochromatic Colors of #D939E1
Black with #D939E1
Text Example
Text Example
White with #D939E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939E1; }
p { color: rgb(217,57,225); }
H1.HeaderClassName
{
color: #D939E1;
}
.AnyTagClassName
{
color: #D939E1;
}
</style>
background-color css
<style>
a { background-color: #D939E1; }
a { background-color: rgb(217,57,225); }
div.DivClassName
{
background-color: #D939E1;
}
.BgClassName
{
background-color: #D939E1;
}
</style>
border-color css
<style>
span { border-color: #D939E1; }
span { border-color: rgb(217,57,225); }
td.TdClassName
{
border-color: #D939E1;
}
.TagClassName
{
border-color: #D939E1;
}
</style>