Html Css Color HEX #D950C3 Free Speech Magenta
📋 copy color: '#D950C3'red 217 ◦ green 80 ◦ blue 195
Shades of Free Speech Magenta #D950C3
Tints of Free Speech Magenta #D950C3
RGB
CMYK
RGB Variations
Color information
#D950C3 (or 0xD950C3) is known color: Free Speech Magenta. HEX triplet: D9, 50 and C3. RGB value is (217,80,195). Sum of RGB (Red+Green+Blue) = 217+80+195=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D950C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950C3 is #26AF3C. Grayscale: #858585. Windows color (decimal): -2535229 or 12800217. OLE color: 12800217.
HSL color Cylindrical-coordinate representation of color #D950C3: hue angle of 309.64º 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 #D950C3 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 195 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.15 |
| HSL | 309.64º | 0.64% | 0.58% | - |
| HSV(B) | 309.64º | 0.63% | 0.85% | - |
| XYZ | 41.33 | 24.43 | 54.17 | - |
| YUV | 134.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 195 | 0 | 0.63 | 0.10 | 0.15 | 309.64 | 0.64 | 0.58 |
| Hex | D9 | 50 | C3 | 0 | 3F | A | F | 136 | 40 | 3A |
| Octal | 331 | 120 | 303 | 0 | 77 | 12 | 17 | 466 | 100 | 72 |
| Binary | 11011001 | 1010000 | 11000011 | 0 | 111111 | 1010 | 1111 | 100110110 | 1000000 | 111010 |
Color Harmonies of #D950C3
Complementary color
Monochromatic Colors of #D950C3
Black with #D950C3
Text Example
Text Example
White with #D950C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950C3; }
p { color: rgb(217,80,195); }
H1.HeaderClassName
{
color: #D950C3;
}
.AnyTagClassName
{
color: #D950C3;
}
</style>
background-color css
<style>
a { background-color: #D950C3; }
a { background-color: rgb(217,80,195); }
div.DivClassName
{
background-color: #D950C3;
}
.BgClassName
{
background-color: #D950C3;
}
</style>
border-color css
<style>
span { border-color: #D950C3; }
span { border-color: rgb(217,80,195); }
td.TdClassName
{
border-color: #D950C3;
}
.TagClassName
{
border-color: #D950C3;
}
</style>