Html Css Color HEX #D34ADC Free Speech Magenta
📋 copy color: '#D34ADC'red 211 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D34ADC
Tints of Free Speech Magenta #D34ADC
RGB
CMYK
RGB Variations
Color information
#D34ADC (or 0xD34ADC) is known color: Free Speech Magenta. HEX triplet: D3, 4A and DC. RGB value is (211,74,220). Sum of RGB (Red+Green+Blue) = 211+74+220=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #D34ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADC is #2CB523. Grayscale: #838383. Windows color (decimal): -2929956 or 14437075. OLE color: 14437075.
HSL color Cylindrical-coordinate representation of color #D34ADC: hue angle of 296.3º 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 #D34ADC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 74 | 220 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.14 |
| HSL | 296.3º | 0.68% | 0.58% | - |
| HSV(B) | 296.3º | 0.66% | 0.86% | - |
| XYZ | 42.23 | 23.91 | 70.1 | - |
| YUV | 131.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 220 | 0.04 | 0.66 | 0 | 0.14 | 296.3 | 0.68 | 0.58 |
| Hex | D3 | 4A | DC | 4 | 42 | 0 | E | 128 | 44 | 3A |
| Octal | 323 | 112 | 334 | 4 | 102 | 0 | 16 | 450 | 104 | 72 |
| Binary | 11010011 | 1001010 | 11011100 | 100 | 1000010 | 0 | 1110 | 100101000 | 1000100 | 111010 |
Color Harmonies of #D34ADC
Complementary color
Monochromatic Colors of #D34ADC
Black with #D34ADC
Text Example
Text Example
White with #D34ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ADC; }
p { color: rgb(211,74,220); }
H1.HeaderClassName
{
color: #D34ADC;
}
.AnyTagClassName
{
color: #D34ADC;
}
</style>
background-color css
<style>
a { background-color: #D34ADC; }
a { background-color: rgb(211,74,220); }
div.DivClassName
{
background-color: #D34ADC;
}
.BgClassName
{
background-color: #D34ADC;
}
</style>
border-color css
<style>
span { border-color: #D34ADC; }
span { border-color: rgb(211,74,220); }
td.TdClassName
{
border-color: #D34ADC;
}
.TagClassName
{
border-color: #D34ADC;
}
</style>