Html Css Color HEX #D940C9 Free Speech Magenta
📋 copy color: '#D940C9'red 217 ◦ green 64 ◦ blue 201
Shades of Free Speech Magenta #D940C9
Tints of Free Speech Magenta #D940C9
RGB
CMYK
RGB Variations
Color information
#D940C9 (or 0xD940C9) is known color: Free Speech Magenta. HEX triplet: D9, 40 and C9. RGB value is (217,64,201). Sum of RGB (Red+Green+Blue) = 217+64+201=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D940C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940C9 is #26BF36. Grayscale: #7C7C7C. Windows color (decimal): -2539319 or 13189337. OLE color: 13189337.
HSL color Cylindrical-coordinate representation of color #D940C9: hue angle of 306.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940C9 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 201 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.15 |
| HSL | 306.27º | 0.67% | 0.55% | - |
| HSV(B) | 306.27º | 0.71% | 0.85% | - |
| XYZ | 40.99 | 22.64 | 57.47 | - |
| YUV | 125.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 201 | 0 | 0.71 | 0.07 | 0.15 | 306.27 | 0.67 | 0.55 |
| Hex | D9 | 40 | C9 | 0 | 47 | 7 | F | 132 | 43 | 37 |
| Octal | 331 | 100 | 311 | 0 | 107 | 7 | 17 | 462 | 103 | 67 |
| Binary | 11011001 | 1000000 | 11001001 | 0 | 1000111 | 111 | 1111 | 100110010 | 1000011 | 110111 |
Color Harmonies of #D940C9
Complementary color
Monochromatic Colors of #D940C9
Black with #D940C9
Text Example
Text Example
White with #D940C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940C9; }
p { color: rgb(217,64,201); }
H1.HeaderClassName
{
color: #D940C9;
}
.AnyTagClassName
{
color: #D940C9;
}
</style>
background-color css
<style>
a { background-color: #D940C9; }
a { background-color: rgb(217,64,201); }
div.DivClassName
{
background-color: #D940C9;
}
.BgClassName
{
background-color: #D940C9;
}
</style>
border-color css
<style>
span { border-color: #D940C9; }
span { border-color: rgb(217,64,201); }
td.TdClassName
{
border-color: #D940C9;
}
.TagClassName
{
border-color: #D940C9;
}
</style>