Html Css Color HEX #D948DC Free Speech Magenta
📋 copy color: '#D948DC'red 217 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #D948DC
Tints of Free Speech Magenta #D948DC
RGB
CMYK
RGB Variations
Color information
#D948DC (or 0xD948DC) is known color: Free Speech Magenta. HEX triplet: D9, 48 and DC. RGB value is (217,72,220). Sum of RGB (Red+Green+Blue) = 217+72+220=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #D948DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948DC is #26B723. Grayscale: #838383. Windows color (decimal): -2537252 or 14436569. OLE color: 14436569.
HSL color Cylindrical-coordinate representation of color #D948DC: hue angle of 298.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948DC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 72 | 220 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.14 |
| HSL | 298.78º | 0.68% | 0.57% | - |
| HSV(B) | 298.78º | 0.67% | 0.86% | - |
| XYZ | 43.85 | 24.55 | 70.14 | - |
| YUV | 132.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 220 | 0.01 | 0.67 | 0 | 0.14 | 298.78 | 0.68 | 0.57 |
| Hex | D9 | 48 | DC | 1 | 43 | 0 | E | 12B | 44 | 39 |
| Octal | 331 | 110 | 334 | 1 | 103 | 0 | 16 | 453 | 104 | 71 |
| Binary | 11011001 | 1001000 | 11011100 | 1 | 1000011 | 0 | 1110 | 100101011 | 1000100 | 111001 |
Color Harmonies of #D948DC
Complementary color
Monochromatic Colors of #D948DC
Black with #D948DC
Text Example
Text Example
White with #D948DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948DC; }
p { color: rgb(217,72,220); }
H1.HeaderClassName
{
color: #D948DC;
}
.AnyTagClassName
{
color: #D948DC;
}
</style>
background-color css
<style>
a { background-color: #D948DC; }
a { background-color: rgb(217,72,220); }
div.DivClassName
{
background-color: #D948DC;
}
.BgClassName
{
background-color: #D948DC;
}
</style>
border-color css
<style>
span { border-color: #D948DC; }
span { border-color: rgb(217,72,220); }
td.TdClassName
{
border-color: #D948DC;
}
.TagClassName
{
border-color: #D948DC;
}
</style>