Html Css Color HEX #D946F8 Free Speech Magenta
📋 copy color: '#D946F8'red 217 ◦ green 70 ◦ blue 248
Shades of Free Speech Magenta #D946F8
Tints of Free Speech Magenta #D946F8
RGB
CMYK
RGB Variations
Color information
#D946F8 (or 0xD946F8) is known color: Free Speech Magenta. HEX triplet: D9, 46 and F8. RGB value is (217,70,248). Sum of RGB (Red+Green+Blue) = 217+70+248=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #D946F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946F8 is #26B907. Grayscale: #858585. Windows color (decimal): -2537736 or 16271065. OLE color: 16271065.
HSL color Cylindrical-coordinate representation of color #D946F8: hue angle of 289.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D946F8 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 70 | 248 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.03 |
| HSL | 289.55º | 0.93% | 0.62% | - |
| HSV(B) | 289.55º | 0.72% | 0.97% | - |
| XYZ | 47.75 | 25.91 | 91.29 | - |
| YUV | 134.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 248 | 0.12 | 0.72 | 0 | 0.03 | 289.55 | 0.93 | 0.62 |
| Hex | D9 | 46 | F8 | C | 48 | 0 | 3 | 122 | 5D | 3E |
| Octal | 331 | 106 | 370 | 14 | 110 | 0 | 3 | 442 | 135 | 76 |
| Binary | 11011001 | 1000110 | 11111000 | 1100 | 1001000 | 0 | 11 | 100100010 | 1011101 | 111110 |
Color Harmonies of #D946F8
Complementary color
Monochromatic Colors of #D946F8
Black with #D946F8
Text Example
Text Example
White with #D946F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946F8; }
p { color: rgb(217,70,248); }
H1.HeaderClassName
{
color: #D946F8;
}
.AnyTagClassName
{
color: #D946F8;
}
</style>
background-color css
<style>
a { background-color: #D946F8; }
a { background-color: rgb(217,70,248); }
div.DivClassName
{
background-color: #D946F8;
}
.BgClassName
{
background-color: #D946F8;
}
</style>
border-color css
<style>
span { border-color: #D946F8; }
span { border-color: rgb(217,70,248); }
td.TdClassName
{
border-color: #D946F8;
}
.TagClassName
{
border-color: #D946F8;
}
</style>