Html Css Color HEX #D963C2 Free Speech Magenta
📋 copy color: '#D963C2'red 217 ◦ green 99 ◦ blue 194
Shades of Free Speech Magenta #D963C2
Tints of Free Speech Magenta #D963C2
RGB
CMYK
RGB Variations
Color information
#D963C2 (or 0xD963C2) is known color: Free Speech Magenta. HEX triplet: D9, 63 and C2. RGB value is (217,99,194). Sum of RGB (Red+Green+Blue) = 217+99+194=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C2 is #269C3D. Grayscale: #909090. Windows color (decimal): -2530366 or 12739545. OLE color: 12739545.
HSL color Cylindrical-coordinate representation of color #D963C2: hue angle of 311.69º 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 #D963C2 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 194 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.15 |
| HSL | 311.69º | 0.61% | 0.62% | - |
| HSV(B) | 311.69º | 0.54% | 0.85% | - |
| XYZ | 42.81 | 27.57 | 54.1 | - |
| YUV | 145.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 194 | 0 | 0.54 | 0.11 | 0.15 | 311.69 | 0.61 | 0.62 |
| Hex | D9 | 63 | C2 | 0 | 36 | B | F | 138 | 3D | 3E |
| Octal | 331 | 143 | 302 | 0 | 66 | 13 | 17 | 470 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11000010 | 0 | 110110 | 1011 | 1111 | 100111000 | 111101 | 111110 |
Color Harmonies of #D963C2
Complementary color
Monochromatic Colors of #D963C2
Black with #D963C2
Text Example
Text Example
White with #D963C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963C2; }
p { color: rgb(217,99,194); }
H1.HeaderClassName
{
color: #D963C2;
}
.AnyTagClassName
{
color: #D963C2;
}
</style>
background-color css
<style>
a { background-color: #D963C2; }
a { background-color: rgb(217,99,194); }
div.DivClassName
{
background-color: #D963C2;
}
.BgClassName
{
background-color: #D963C2;
}
</style>
border-color css
<style>
span { border-color: #D963C2; }
span { border-color: rgb(217,99,194); }
td.TdClassName
{
border-color: #D963C2;
}
.TagClassName
{
border-color: #D963C2;
}
</style>