Html Css Color HEX #D948E8 Free Speech Magenta
📋 copy color: '#D948E8'red 217 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #D948E8
Tints of Free Speech Magenta #D948E8
RGB
CMYK
RGB Variations
Color information
#D948E8 (or 0xD948E8) is known color: Free Speech Magenta. HEX triplet: D9, 48 and E8. RGB value is (217,72,232). Sum of RGB (Red+Green+Blue) = 217+72+232=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #D948E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948E8 is #26B717. Grayscale: #858585. Windows color (decimal): -2537240 or 15223001. OLE color: 15223001.
HSL color Cylindrical-coordinate representation of color #D948E8: hue angle of 294.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D948E8 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 72 | 232 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.09 |
| HSL | 294.38º | 0.78% | 0.6% | - |
| HSV(B) | 294.38º | 0.69% | 0.91% | - |
| XYZ | 45.5 | 25.21 | 78.81 | - |
| YUV | 133.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 232 | 0.06 | 0.69 | 0 | 0.09 | 294.38 | 0.78 | 0.6 |
| Hex | D9 | 48 | E8 | 6 | 45 | 0 | 9 | 126 | 4E | 3C |
| Octal | 331 | 110 | 350 | 6 | 105 | 0 | 11 | 446 | 116 | 74 |
| Binary | 11011001 | 1001000 | 11101000 | 110 | 1000101 | 0 | 1001 | 100100110 | 1001110 | 111100 |
Color Harmonies of #D948E8
Complementary color
Monochromatic Colors of #D948E8
Black with #D948E8
Text Example
Text Example
White with #D948E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948E8; }
p { color: rgb(217,72,232); }
H1.HeaderClassName
{
color: #D948E8;
}
.AnyTagClassName
{
color: #D948E8;
}
</style>
background-color css
<style>
a { background-color: #D948E8; }
a { background-color: rgb(217,72,232); }
div.DivClassName
{
background-color: #D948E8;
}
.BgClassName
{
background-color: #D948E8;
}
</style>
border-color css
<style>
span { border-color: #D948E8; }
span { border-color: rgb(217,72,232); }
td.TdClassName
{
border-color: #D948E8;
}
.TagClassName
{
border-color: #D948E8;
}
</style>