Html Css Color HEX #D94CCC Free Speech Magenta
📋 copy color: '#D94CCC'red 217 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #D94CCC
Tints of Free Speech Magenta #D94CCC
RGB
CMYK
RGB Variations
Color information
#D94CCC (or 0xD94CCC) is known color: Free Speech Magenta. HEX triplet: D9, 4C and CC. RGB value is (217,76,204). Sum of RGB (Red+Green+Blue) = 217+76+204=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CCC is #26B333. Grayscale: #848484. Windows color (decimal): -2536244 or 13389017. OLE color: 13389017.
HSL color Cylindrical-coordinate representation of color #D94CCC: hue angle of 305.53º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CCC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 204 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.15 |
| HSL | 305.53º | 0.65% | 0.57% | - |
| HSV(B) | 305.53º | 0.65% | 0.85% | - |
| XYZ | 42.1 | 24.28 | 59.59 | - |
| YUV | 132.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 204 | 0 | 0.65 | 0.06 | 0.15 | 305.53 | 0.65 | 0.57 |
| Hex | D9 | 4C | CC | 0 | 41 | 6 | F | 132 | 41 | 39 |
| Octal | 331 | 114 | 314 | 0 | 101 | 6 | 17 | 462 | 101 | 71 |
| Binary | 11011001 | 1001100 | 11001100 | 0 | 1000001 | 110 | 1111 | 100110010 | 1000001 | 111001 |
Color Harmonies of #D94CCC
Complementary color
Monochromatic Colors of #D94CCC
Black with #D94CCC
Text Example
Text Example
White with #D94CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CCC; }
p { color: rgb(217,76,204); }
H1.HeaderClassName
{
color: #D94CCC;
}
.AnyTagClassName
{
color: #D94CCC;
}
</style>
background-color css
<style>
a { background-color: #D94CCC; }
a { background-color: rgb(217,76,204); }
div.DivClassName
{
background-color: #D94CCC;
}
.BgClassName
{
background-color: #D94CCC;
}
</style>
border-color css
<style>
span { border-color: #D94CCC; }
span { border-color: rgb(217,76,204); }
td.TdClassName
{
border-color: #D94CCC;
}
.TagClassName
{
border-color: #D94CCC;
}
</style>