Html Css Color HEX #D963BF Free Speech Magenta
📋 copy color: '#D963BF'red 217 ◦ green 99 ◦ blue 191
Shades of Free Speech Magenta #D963BF
Tints of Free Speech Magenta #D963BF
RGB
CMYK
RGB Variations
Color information
#D963BF (or 0xD963BF) is known color: Free Speech Magenta. HEX triplet: D9, 63 and BF. RGB value is (217,99,191). Sum of RGB (Red+Green+Blue) = 217+99+191=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D963BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963BF is #269C40. Grayscale: #909090. Windows color (decimal): -2530369 or 12542937. OLE color: 12542937.
HSL color Cylindrical-coordinate representation of color #D963BF: hue angle of 313.22º 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 #D963BF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 191 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.15 |
| HSL | 313.22º | 0.61% | 0.62% | - |
| HSV(B) | 313.22º | 0.54% | 0.85% | - |
| XYZ | 42.48 | 27.44 | 52.35 | - |
| YUV | 144.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 191 | 0 | 0.54 | 0.12 | 0.15 | 313.22 | 0.61 | 0.62 |
| Hex | D9 | 63 | BF | 0 | 36 | C | F | 139 | 3D | 3E |
| Octal | 331 | 143 | 277 | 0 | 66 | 14 | 17 | 471 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10111111 | 0 | 110110 | 1100 | 1111 | 100111001 | 111101 | 111110 |
Color Harmonies of #D963BF
Complementary color
Monochromatic Colors of #D963BF
Black with #D963BF
Text Example
Text Example
White with #D963BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963BF; }
p { color: rgb(217,99,191); }
H1.HeaderClassName
{
color: #D963BF;
}
.AnyTagClassName
{
color: #D963BF;
}
</style>
background-color css
<style>
a { background-color: #D963BF; }
a { background-color: rgb(217,99,191); }
div.DivClassName
{
background-color: #D963BF;
}
.BgClassName
{
background-color: #D963BF;
}
</style>
border-color css
<style>
span { border-color: #D963BF; }
span { border-color: rgb(217,99,191); }
td.TdClassName
{
border-color: #D963BF;
}
.TagClassName
{
border-color: #D963BF;
}
</style>