Html Css Color HEX #D950C6 Free Speech Magenta
📋 copy color: '#D950C6'red 217 ◦ green 80 ◦ blue 198
Shades of Free Speech Magenta #D950C6
Tints of Free Speech Magenta #D950C6
RGB
CMYK
RGB Variations
Color information
#D950C6 (or 0xD950C6) is known color: Free Speech Magenta. HEX triplet: D9, 50 and C6. RGB value is (217,80,198). Sum of RGB (Red+Green+Blue) = 217+80+198=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D950C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950C6 is #26AF39. Grayscale: #868686. Windows color (decimal): -2535226 or 12996825. OLE color: 12996825.
HSL color Cylindrical-coordinate representation of color #D950C6: hue angle of 308.32º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950C6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 198 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.15 |
| HSL | 308.32º | 0.64% | 0.58% | - |
| HSV(B) | 308.32º | 0.63% | 0.85% | - |
| XYZ | 41.68 | 24.57 | 55.97 | - |
| YUV | 134.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 198 | 0 | 0.63 | 0.09 | 0.15 | 308.32 | 0.64 | 0.58 |
| Hex | D9 | 50 | C6 | 0 | 3F | 9 | F | 134 | 40 | 3A |
| Octal | 331 | 120 | 306 | 0 | 77 | 11 | 17 | 464 | 100 | 72 |
| Binary | 11011001 | 1010000 | 11000110 | 0 | 111111 | 1001 | 1111 | 100110100 | 1000000 | 111010 |
Color Harmonies of #D950C6
Complementary color
Monochromatic Colors of #D950C6
Black with #D950C6
Text Example
Text Example
White with #D950C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950C6; }
p { color: rgb(217,80,198); }
H1.HeaderClassName
{
color: #D950C6;
}
.AnyTagClassName
{
color: #D950C6;
}
</style>
background-color css
<style>
a { background-color: #D950C6; }
a { background-color: rgb(217,80,198); }
div.DivClassName
{
background-color: #D950C6;
}
.BgClassName
{
background-color: #D950C6;
}
</style>
border-color css
<style>
span { border-color: #D950C6; }
span { border-color: rgb(217,80,198); }
td.TdClassName
{
border-color: #D950C6;
}
.TagClassName
{
border-color: #D950C6;
}
</style>