Html Css Color HEX #D963C1 Free Speech Magenta
📋 copy color: '#D963C1'red 217 ◦ green 99 ◦ blue 193
Shades of Free Speech Magenta #D963C1
Tints of Free Speech Magenta #D963C1
RGB
CMYK
RGB Variations
Color information
#D963C1 (or 0xD963C1) is known color: Free Speech Magenta. HEX triplet: D9, 63 and C1. RGB value is (217,99,193). Sum of RGB (Red+Green+Blue) = 217+99+193=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C1 is #269C3E. Grayscale: #909090. Windows color (decimal): -2530367 or 12674009. OLE color: 12674009.
HSL color Cylindrical-coordinate representation of color #D963C1: hue angle of 312.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963C1 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 193 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.15 |
| HSL | 312.2º | 0.61% | 0.62% | - |
| HSV(B) | 312.2º | 0.54% | 0.85% | - |
| XYZ | 42.7 | 27.53 | 53.51 | - |
| YUV | 145 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 193 | 0 | 0.54 | 0.11 | 0.15 | 312.2 | 0.61 | 0.62 |
| Hex | D9 | 63 | C1 | 0 | 36 | B | F | 138 | 3D | 3E |
| Octal | 331 | 143 | 301 | 0 | 66 | 13 | 17 | 470 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11000001 | 0 | 110110 | 1011 | 1111 | 100111000 | 111101 | 111110 |
Color Harmonies of #D963C1
Complementary color
Monochromatic Colors of #D963C1
Black with #D963C1
Text Example
Text Example
White with #D963C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963C1; }
p { color: rgb(217,99,193); }
H1.HeaderClassName
{
color: #D963C1;
}
.AnyTagClassName
{
color: #D963C1;
}
</style>
background-color css
<style>
a { background-color: #D963C1; }
a { background-color: rgb(217,99,193); }
div.DivClassName
{
background-color: #D963C1;
}
.BgClassName
{
background-color: #D963C1;
}
</style>
border-color css
<style>
span { border-color: #D963C1; }
span { border-color: rgb(217,99,193); }
td.TdClassName
{
border-color: #D963C1;
}
.TagClassName
{
border-color: #D963C1;
}
</style>