Html Css Color HEX #D963C4 Free Speech Magenta
📋 copy color: '#D963C4'red 217 ◦ green 99 ◦ blue 196
Shades of Free Speech Magenta #D963C4
Tints of Free Speech Magenta #D963C4
RGB
CMYK
RGB Variations
Color information
#D963C4 (or 0xD963C4) is known color: Free Speech Magenta. HEX triplet: D9, 63 and C4. RGB value is (217,99,196). Sum of RGB (Red+Green+Blue) = 217+99+196=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C4 is #269C3B. Grayscale: #919191. Windows color (decimal): -2530364 or 12870617. OLE color: 12870617.
HSL color Cylindrical-coordinate representation of color #D963C4: hue angle of 310.68º 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 #D963C4 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 196 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.15 |
| HSL | 310.68º | 0.61% | 0.62% | - |
| HSV(B) | 310.68º | 0.54% | 0.85% | - |
| XYZ | 43.04 | 27.66 | 55.3 | - |
| YUV | 145.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 196 | 0 | 0.54 | 0.10 | 0.15 | 310.68 | 0.61 | 0.62 |
| Hex | D9 | 63 | C4 | 0 | 36 | A | F | 137 | 3D | 3E |
| Octal | 331 | 143 | 304 | 0 | 66 | 12 | 17 | 467 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11000100 | 0 | 110110 | 1010 | 1111 | 100110111 | 111101 | 111110 |
Color Harmonies of #D963C4
Complementary color
Monochromatic Colors of #D963C4
Black with #D963C4
Text Example
Text Example
White with #D963C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963C4; }
p { color: rgb(217,99,196); }
H1.HeaderClassName
{
color: #D963C4;
}
.AnyTagClassName
{
color: #D963C4;
}
</style>
background-color css
<style>
a { background-color: #D963C4; }
a { background-color: rgb(217,99,196); }
div.DivClassName
{
background-color: #D963C4;
}
.BgClassName
{
background-color: #D963C4;
}
</style>
border-color css
<style>
span { border-color: #D963C4; }
span { border-color: rgb(217,99,196); }
td.TdClassName
{
border-color: #D963C4;
}
.TagClassName
{
border-color: #D963C4;
}
</style>