Html Css Color HEX #D948E3 Free Speech Magenta
📋 copy color: '#D948E3'red 217 ◦ green 72 ◦ blue 227
Shades of Free Speech Magenta #D948E3
Tints of Free Speech Magenta #D948E3
RGB
CMYK
RGB Variations
Color information
#D948E3 (or 0xD948E3) is known color: Free Speech Magenta. HEX triplet: D9, 48 and E3. RGB value is (217,72,227). Sum of RGB (Red+Green+Blue) = 217+72+227=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #D948E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948E3 is #26B71C. Grayscale: #848484. Windows color (decimal): -2537245 or 14895321. OLE color: 14895321.
HSL color Cylindrical-coordinate representation of color #D948E3: hue angle of 296.13º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D948E3 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 72 | 227 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.11 |
| HSL | 296.13º | 0.73% | 0.59% | - |
| HSV(B) | 296.13º | 0.68% | 0.89% | - |
| XYZ | 44.8 | 24.93 | 75.12 | - |
| YUV | 133.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 227 | 0.04 | 0.68 | 0 | 0.11 | 296.13 | 0.73 | 0.59 |
| Hex | D9 | 48 | E3 | 4 | 44 | 0 | B | 128 | 49 | 3B |
| Octal | 331 | 110 | 343 | 4 | 104 | 0 | 13 | 450 | 111 | 73 |
| Binary | 11011001 | 1001000 | 11100011 | 100 | 1000100 | 0 | 1011 | 100101000 | 1001001 | 111011 |
Color Harmonies of #D948E3
Complementary color
Monochromatic Colors of #D948E3
Black with #D948E3
Text Example
Text Example
White with #D948E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948E3; }
p { color: rgb(217,72,227); }
H1.HeaderClassName
{
color: #D948E3;
}
.AnyTagClassName
{
color: #D948E3;
}
</style>
background-color css
<style>
a { background-color: #D948E3; }
a { background-color: rgb(217,72,227); }
div.DivClassName
{
background-color: #D948E3;
}
.BgClassName
{
background-color: #D948E3;
}
</style>
border-color css
<style>
span { border-color: #D948E3; }
span { border-color: rgb(217,72,227); }
td.TdClassName
{
border-color: #D948E3;
}
.TagClassName
{
border-color: #D948E3;
}
</style>