Html Css Color HEX #D94ADC Free Speech Magenta
📋 copy color: '#D94ADC'red 217 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D94ADC
Tints of Free Speech Magenta #D94ADC
RGB
CMYK
RGB Variations
Color information
#D94ADC (or 0xD94ADC) is known color: Free Speech Magenta. HEX triplet: D9, 4A and DC. RGB value is (217,74,220). Sum of RGB (Red+Green+Blue) = 217+74+220=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #D94ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ADC is #26B523. Grayscale: #848484. Windows color (decimal): -2536740 or 14437081. OLE color: 14437081.
HSL color Cylindrical-coordinate representation of color #D94ADC: hue angle of 298.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94ADC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 74 | 220 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.14 |
| HSL | 298.77º | 0.68% | 0.58% | - |
| HSV(B) | 298.77º | 0.66% | 0.86% | - |
| XYZ | 43.98 | 24.82 | 70.18 | - |
| YUV | 133.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 220 | 0.01 | 0.66 | 0 | 0.14 | 298.77 | 0.68 | 0.58 |
| Hex | D9 | 4A | DC | 1 | 42 | 0 | E | 12B | 44 | 3A |
| Octal | 331 | 112 | 334 | 1 | 102 | 0 | 16 | 453 | 104 | 72 |
| Binary | 11011001 | 1001010 | 11011100 | 1 | 1000010 | 0 | 1110 | 100101011 | 1000100 | 111010 |
Color Harmonies of #D94ADC
Complementary color
Monochromatic Colors of #D94ADC
Black with #D94ADC
Text Example
Text Example
White with #D94ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94ADC; }
p { color: rgb(217,74,220); }
H1.HeaderClassName
{
color: #D94ADC;
}
.AnyTagClassName
{
color: #D94ADC;
}
</style>
background-color css
<style>
a { background-color: #D94ADC; }
a { background-color: rgb(217,74,220); }
div.DivClassName
{
background-color: #D94ADC;
}
.BgClassName
{
background-color: #D94ADC;
}
</style>
border-color css
<style>
span { border-color: #D94ADC; }
span { border-color: rgb(217,74,220); }
td.TdClassName
{
border-color: #D94ADC;
}
.TagClassName
{
border-color: #D94ADC;
}
</style>