Html Css Color HEX #D946C9 Free Speech Magenta
📋 copy color: '#D946C9'red 217 ◦ green 70 ◦ blue 201
Shades of Free Speech Magenta #D946C9
Tints of Free Speech Magenta #D946C9
RGB
CMYK
RGB Variations
Color information
#D946C9 (or 0xD946C9) is known color: Free Speech Magenta. HEX triplet: D9, 46 and C9. RGB value is (217,70,201). Sum of RGB (Red+Green+Blue) = 217+70+201=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C9 is #26B936. Grayscale: #808080. Windows color (decimal): -2537783 or 13190873. OLE color: 13190873.
HSL color Cylindrical-coordinate representation of color #D946C9: hue angle of 306.53º 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 #D946C9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 201 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.15 |
| HSL | 306.53º | 0.66% | 0.56% | - |
| HSV(B) | 306.53º | 0.68% | 0.85% | - |
| XYZ | 41.35 | 23.35 | 57.59 | - |
| YUV | 128.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 201 | 0 | 0.68 | 0.07 | 0.15 | 306.53 | 0.66 | 0.56 |
| Hex | D9 | 46 | C9 | 0 | 44 | 7 | F | 133 | 42 | 38 |
| Octal | 331 | 106 | 311 | 0 | 104 | 7 | 17 | 463 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11001001 | 0 | 1000100 | 111 | 1111 | 100110011 | 1000010 | 111000 |
Color Harmonies of #D946C9
Complementary color
Monochromatic Colors of #D946C9
Black with #D946C9
Text Example
Text Example
White with #D946C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946C9; }
p { color: rgb(217,70,201); }
H1.HeaderClassName
{
color: #D946C9;
}
.AnyTagClassName
{
color: #D946C9;
}
</style>
background-color css
<style>
a { background-color: #D946C9; }
a { background-color: rgb(217,70,201); }
div.DivClassName
{
background-color: #D946C9;
}
.BgClassName
{
background-color: #D946C9;
}
</style>
border-color css
<style>
span { border-color: #D946C9; }
span { border-color: rgb(217,70,201); }
td.TdClassName
{
border-color: #D946C9;
}
.TagClassName
{
border-color: #D946C9;
}
</style>