Html Css Color HEX #D947CE Free Speech Magenta
📋 copy color: '#D947CE'red 217 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #D947CE
Tints of Free Speech Magenta #D947CE
RGB
CMYK
RGB Variations
Color information
#D947CE (or 0xD947CE) is known color: Free Speech Magenta. HEX triplet: D9, 47 and CE. RGB value is (217,71,206). Sum of RGB (Red+Green+Blue) = 217+71+206=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D947CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947CE is #26B831. Grayscale: #818181. Windows color (decimal): -2537522 or 13518809. OLE color: 13518809.
HSL color Cylindrical-coordinate representation of color #D947CE: hue angle of 304.52º 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 #D947CE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 206 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.15 |
| HSL | 304.52º | 0.66% | 0.56% | - |
| HSV(B) | 304.52º | 0.67% | 0.85% | - |
| XYZ | 42.01 | 23.71 | 60.76 | - |
| YUV | 130.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 206 | 0 | 0.67 | 0.05 | 0.15 | 304.52 | 0.66 | 0.56 |
| Hex | D9 | 47 | CE | 0 | 43 | 5 | F | 131 | 42 | 38 |
| Octal | 331 | 107 | 316 | 0 | 103 | 5 | 17 | 461 | 102 | 70 |
| Binary | 11011001 | 1000111 | 11001110 | 0 | 1000011 | 101 | 1111 | 100110001 | 1000010 | 111000 |
Color Harmonies of #D947CE
Complementary color
Monochromatic Colors of #D947CE
Black with #D947CE
Text Example
Text Example
White with #D947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947CE; }
p { color: rgb(217,71,206); }
H1.HeaderClassName
{
color: #D947CE;
}
.AnyTagClassName
{
color: #D947CE;
}
</style>
background-color css
<style>
a { background-color: #D947CE; }
a { background-color: rgb(217,71,206); }
div.DivClassName
{
background-color: #D947CE;
}
.BgClassName
{
background-color: #D947CE;
}
</style>
border-color css
<style>
span { border-color: #D947CE; }
span { border-color: rgb(217,71,206); }
td.TdClassName
{
border-color: #D947CE;
}
.TagClassName
{
border-color: #D947CE;
}
</style>