Html Css Color HEX #D950E2 Free Speech Magenta
📋 copy color: '#D950E2'red 217 ◦ green 80 ◦ blue 226
Shades of Free Speech Magenta #D950E2
Tints of Free Speech Magenta #D950E2
RGB
CMYK
RGB Variations
Color information
#D950E2 (or 0xD950E2) is known color: Free Speech Magenta. HEX triplet: D9, 50 and E2. RGB value is (217,80,226). Sum of RGB (Red+Green+Blue) = 217+80+226=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #D950E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950E2 is #26AF1D. Grayscale: #898989. Windows color (decimal): -2535198 or 14831833. OLE color: 14831833.
HSL color Cylindrical-coordinate representation of color #D950E2: hue angle of 296.3º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D950E2 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 80 | 226 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.11 |
| HSL | 296.3º | 0.72% | 0.6% | - |
| HSV(B) | 296.3º | 0.65% | 0.89% | - |
| XYZ | 45.21 | 25.98 | 74.58 | - |
| YUV | 137.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 226 | 0.04 | 0.65 | 0 | 0.11 | 296.3 | 0.72 | 0.6 |
| Hex | D9 | 50 | E2 | 4 | 41 | 0 | B | 128 | 48 | 3C |
| Octal | 331 | 120 | 342 | 4 | 101 | 0 | 13 | 450 | 110 | 74 |
| Binary | 11011001 | 1010000 | 11100010 | 100 | 1000001 | 0 | 1011 | 100101000 | 1001000 | 111100 |
Color Harmonies of #D950E2
Complementary color
Monochromatic Colors of #D950E2
Black with #D950E2
Text Example
Text Example
White with #D950E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950E2; }
p { color: rgb(217,80,226); }
H1.HeaderClassName
{
color: #D950E2;
}
.AnyTagClassName
{
color: #D950E2;
}
</style>
background-color css
<style>
a { background-color: #D950E2; }
a { background-color: rgb(217,80,226); }
div.DivClassName
{
background-color: #D950E2;
}
.BgClassName
{
background-color: #D950E2;
}
</style>
border-color css
<style>
span { border-color: #D950E2; }
span { border-color: rgb(217,80,226); }
td.TdClassName
{
border-color: #D950E2;
}
.TagClassName
{
border-color: #D950E2;
}
</style>