Html Css Color HEX #D961D0 Free Speech Magenta
📋 copy color: '#D961D0'red 217 ◦ green 97 ◦ blue 208
Shades of Free Speech Magenta #D961D0
Tints of Free Speech Magenta #D961D0
RGB
CMYK
RGB Variations
Color information
#D961D0 (or 0xD961D0) is known color: Free Speech Magenta. HEX triplet: D9, 61 and D0. RGB value is (217,97,208). Sum of RGB (Red+Green+Blue) = 217+97+208=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D0 is #269E2F. Grayscale: #919191. Windows color (decimal): -2530864 or 13656537. OLE color: 13656537.
HSL color Cylindrical-coordinate representation of color #D961D0: hue angle of 304.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961D0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 208 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.15 |
| HSL | 304.5º | 0.61% | 0.62% | - |
| HSV(B) | 304.5º | 0.55% | 0.85% | - |
| XYZ | 44.28 | 27.86 | 62.72 | - |
| YUV | 145.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 208 | 0 | 0.55 | 0.04 | 0.15 | 304.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | D0 | 0 | 37 | 4 | F | 130 | 3D | 3E |
| Octal | 331 | 141 | 320 | 0 | 67 | 4 | 17 | 460 | 75 | 76 |
| Binary | 11011001 | 1100001 | 11010000 | 0 | 110111 | 100 | 1111 | 100110000 | 111101 | 111110 |
Color Harmonies of #D961D0
Complementary color
Monochromatic Colors of #D961D0
Black with #D961D0
Text Example
Text Example
White with #D961D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961D0; }
p { color: rgb(217,97,208); }
H1.HeaderClassName
{
color: #D961D0;
}
.AnyTagClassName
{
color: #D961D0;
}
</style>
background-color css
<style>
a { background-color: #D961D0; }
a { background-color: rgb(217,97,208); }
div.DivClassName
{
background-color: #D961D0;
}
.BgClassName
{
background-color: #D961D0;
}
</style>
border-color css
<style>
span { border-color: #D961D0; }
span { border-color: rgb(217,97,208); }
td.TdClassName
{
border-color: #D961D0;
}
.TagClassName
{
border-color: #D961D0;
}
</style>