Html Css Color HEX #D942C9 Free Speech Magenta
📋 copy color: '#D942C9'red 217 ◦ green 66 ◦ blue 201
Shades of Free Speech Magenta #D942C9
Tints of Free Speech Magenta #D942C9
RGB
CMYK
RGB Variations
Color information
#D942C9 (or 0xD942C9) is known color: Free Speech Magenta. HEX triplet: D9, 42 and C9. RGB value is (217,66,201). Sum of RGB (Red+Green+Blue) = 217+66+201=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D942C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942C9 is #26BD36. Grayscale: #7E7E7E. Windows color (decimal): -2538807 or 13189849. OLE color: 13189849.
HSL color Cylindrical-coordinate representation of color #D942C9: hue angle of 306.36º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942C9 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 201 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.15 |
| HSL | 306.36º | 0.67% | 0.55% | - |
| HSV(B) | 306.36º | 0.7% | 0.85% | - |
| XYZ | 41.11 | 22.87 | 57.51 | - |
| YUV | 126.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 201 | 0 | 0.70 | 0.07 | 0.15 | 306.36 | 0.67 | 0.55 |
| Hex | D9 | 42 | C9 | 0 | 46 | 7 | F | 132 | 43 | 37 |
| Octal | 331 | 102 | 311 | 0 | 106 | 7 | 17 | 462 | 103 | 67 |
| Binary | 11011001 | 1000010 | 11001001 | 0 | 1000110 | 111 | 1111 | 100110010 | 1000011 | 110111 |
Color Harmonies of #D942C9
Complementary color
Monochromatic Colors of #D942C9
Black with #D942C9
Text Example
Text Example
White with #D942C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942C9; }
p { color: rgb(217,66,201); }
H1.HeaderClassName
{
color: #D942C9;
}
.AnyTagClassName
{
color: #D942C9;
}
</style>
background-color css
<style>
a { background-color: #D942C9; }
a { background-color: rgb(217,66,201); }
div.DivClassName
{
background-color: #D942C9;
}
.BgClassName
{
background-color: #D942C9;
}
</style>
border-color css
<style>
span { border-color: #D942C9; }
span { border-color: rgb(217,66,201); }
td.TdClassName
{
border-color: #D942C9;
}
.TagClassName
{
border-color: #D942C9;
}
</style>