Html Css Color HEX #D946D4 Free Speech Magenta
📋 copy color: '#D946D4'red 217 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #D946D4
Tints of Free Speech Magenta #D946D4
RGB
CMYK
RGB Variations
Color information
#D946D4 (or 0xD946D4) is known color: Free Speech Magenta. HEX triplet: D9, 46 and D4. RGB value is (217,70,212). Sum of RGB (Red+Green+Blue) = 217+70+212=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D946D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946D4 is #26B92B. Grayscale: #818181. Windows color (decimal): -2537772 or 13911769. OLE color: 13911769.
HSL color Cylindrical-coordinate representation of color #D946D4: hue angle of 302.04º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946D4 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 212 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.15 |
| HSL | 302.04º | 0.66% | 0.56% | - |
| HSV(B) | 302.04º | 0.68% | 0.85% | - |
| XYZ | 42.69 | 23.89 | 64.65 | - |
| YUV | 130.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 212 | 0 | 0.68 | 0.02 | 0.15 | 302.04 | 0.66 | 0.56 |
| Hex | D9 | 46 | D4 | 0 | 44 | 2 | F | 12E | 42 | 38 |
| Octal | 331 | 106 | 324 | 0 | 104 | 2 | 17 | 456 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11010100 | 0 | 1000100 | 10 | 1111 | 100101110 | 1000010 | 111000 |
Color Harmonies of #D946D4
Complementary color
Monochromatic Colors of #D946D4
Black with #D946D4
Text Example
Text Example
White with #D946D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946D4; }
p { color: rgb(217,70,212); }
H1.HeaderClassName
{
color: #D946D4;
}
.AnyTagClassName
{
color: #D946D4;
}
</style>
background-color css
<style>
a { background-color: #D946D4; }
a { background-color: rgb(217,70,212); }
div.DivClassName
{
background-color: #D946D4;
}
.BgClassName
{
background-color: #D946D4;
}
</style>
border-color css
<style>
span { border-color: #D946D4; }
span { border-color: rgb(217,70,212); }
td.TdClassName
{
border-color: #D946D4;
}
.TagClassName
{
border-color: #D946D4;
}
</style>