Html Css Color HEX #D947CC Free Speech Magenta
📋 copy color: '#D947CC'red 217 ◦ green 71 ◦ blue 204
Shades of Free Speech Magenta #D947CC
Tints of Free Speech Magenta #D947CC
RGB
CMYK
RGB Variations
Color information
#D947CC (or 0xD947CC) is known color: Free Speech Magenta. HEX triplet: D9, 47 and CC. RGB value is (217,71,204). Sum of RGB (Red+Green+Blue) = 217+71+204=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D947CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947CC is #26B833. Grayscale: #818181. Windows color (decimal): -2537524 or 13387737. OLE color: 13387737.
HSL color Cylindrical-coordinate representation of color #D947CC: hue angle of 305.34º 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 #D947CC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 204 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.15 |
| HSL | 305.34º | 0.66% | 0.56% | - |
| HSV(B) | 305.34º | 0.67% | 0.85% | - |
| XYZ | 41.77 | 23.62 | 59.48 | - |
| YUV | 129.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 204 | 0 | 0.67 | 0.06 | 0.15 | 305.34 | 0.66 | 0.56 |
| Hex | D9 | 47 | CC | 0 | 43 | 6 | F | 131 | 42 | 38 |
| Octal | 331 | 107 | 314 | 0 | 103 | 6 | 17 | 461 | 102 | 70 |
| Binary | 11011001 | 1000111 | 11001100 | 0 | 1000011 | 110 | 1111 | 100110001 | 1000010 | 111000 |
Color Harmonies of #D947CC
Complementary color
Monochromatic Colors of #D947CC
Black with #D947CC
Text Example
Text Example
White with #D947CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947CC; }
p { color: rgb(217,71,204); }
H1.HeaderClassName
{
color: #D947CC;
}
.AnyTagClassName
{
color: #D947CC;
}
</style>
background-color css
<style>
a { background-color: #D947CC; }
a { background-color: rgb(217,71,204); }
div.DivClassName
{
background-color: #D947CC;
}
.BgClassName
{
background-color: #D947CC;
}
</style>
border-color css
<style>
span { border-color: #D947CC; }
span { border-color: rgb(217,71,204); }
td.TdClassName
{
border-color: #D947CC;
}
.TagClassName
{
border-color: #D947CC;
}
</style>