Html Css Color HEX #D947D0 Free Speech Magenta
📋 copy color: '#D947D0'red 217 ◦ green 71 ◦ blue 208
Shades of Free Speech Magenta #D947D0
Tints of Free Speech Magenta #D947D0
RGB
CMYK
RGB Variations
Color information
#D947D0 (or 0xD947D0) is known color: Free Speech Magenta. HEX triplet: D9, 47 and D0. RGB value is (217,71,208). Sum of RGB (Red+Green+Blue) = 217+71+208=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D947D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947D0 is #26B82F. Grayscale: #818181. Windows color (decimal): -2537520 or 13649881. OLE color: 13649881.
HSL color Cylindrical-coordinate representation of color #D947D0: hue angle of 303.7º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D947D0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 208 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.15 |
| HSL | 303.7º | 0.66% | 0.56% | - |
| HSV(B) | 303.7º | 0.67% | 0.85% | - |
| XYZ | 42.25 | 23.81 | 62.04 | - |
| YUV | 130.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 208 | 0 | 0.67 | 0.04 | 0.15 | 303.7 | 0.66 | 0.56 |
| Hex | D9 | 47 | D0 | 0 | 43 | 4 | F | 130 | 42 | 38 |
| Octal | 331 | 107 | 320 | 0 | 103 | 4 | 17 | 460 | 102 | 70 |
| Binary | 11011001 | 1000111 | 11010000 | 0 | 1000011 | 100 | 1111 | 100110000 | 1000010 | 111000 |
Color Harmonies of #D947D0
Complementary color
Monochromatic Colors of #D947D0
Black with #D947D0
Text Example
Text Example
White with #D947D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947D0; }
p { color: rgb(217,71,208); }
H1.HeaderClassName
{
color: #D947D0;
}
.AnyTagClassName
{
color: #D947D0;
}
</style>
background-color css
<style>
a { background-color: #D947D0; }
a { background-color: rgb(217,71,208); }
div.DivClassName
{
background-color: #D947D0;
}
.BgClassName
{
background-color: #D947D0;
}
</style>
border-color css
<style>
span { border-color: #D947D0; }
span { border-color: rgb(217,71,208); }
td.TdClassName
{
border-color: #D947D0;
}
.TagClassName
{
border-color: #D947D0;
}
</style>