Html Css Color HEX #D94CDA Free Speech Magenta
📋 copy color: '#D94CDA'red 217 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #D94CDA
Tints of Free Speech Magenta #D94CDA
RGB
CMYK
RGB Variations
Color information
#D94CDA (or 0xD94CDA) is known color: Free Speech Magenta. HEX triplet: D9, 4C and DA. RGB value is (217,76,218). Sum of RGB (Red+Green+Blue) = 217+76+218=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D94CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CDA is #26B325. Grayscale: #858585. Windows color (decimal): -2536230 or 14306521. OLE color: 14306521.
HSL color Cylindrical-coordinate representation of color #D94CDA: hue angle of 299.58º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CDA is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 218 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.15 |
| HSL | 299.58º | 0.66% | 0.58% | - |
| HSV(B) | 299.58º | 0.65% | 0.85% | - |
| XYZ | 43.85 | 24.98 | 68.84 | - |
| YUV | 134.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 218 | 0.00 | 0.65 | 0 | 0.15 | 299.58 | 0.66 | 0.58 |
| Hex | D9 | 4C | DA | 0 | 41 | 0 | F | 12C | 42 | 3A |
| Octal | 331 | 114 | 332 | 0 | 101 | 0 | 17 | 454 | 102 | 72 |
| Binary | 11011001 | 1001100 | 11011010 | 0 | 1000001 | 0 | 1111 | 100101100 | 1000010 | 111010 |
Color Harmonies of #D94CDA
Complementary color
Monochromatic Colors of #D94CDA
Black with #D94CDA
Text Example
Text Example
White with #D94CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CDA; }
p { color: rgb(217,76,218); }
H1.HeaderClassName
{
color: #D94CDA;
}
.AnyTagClassName
{
color: #D94CDA;
}
</style>
background-color css
<style>
a { background-color: #D94CDA; }
a { background-color: rgb(217,76,218); }
div.DivClassName
{
background-color: #D94CDA;
}
.BgClassName
{
background-color: #D94CDA;
}
</style>
border-color css
<style>
span { border-color: #D94CDA; }
span { border-color: rgb(217,76,218); }
td.TdClassName
{
border-color: #D94CDA;
}
.TagClassName
{
border-color: #D94CDA;
}
</style>