Html Css Color HEX #D334DC Free Speech Magenta
📋 copy color: '#D334DC'red 211 ◦ green 52 ◦ blue 220
Shades of Free Speech Magenta #D334DC
Tints of Free Speech Magenta #D334DC
RGB
CMYK
RGB Variations
Color information
#D334DC (or 0xD334DC) is known color: Free Speech Magenta. HEX triplet: D3, 34 and DC. RGB value is (211,52,220). Sum of RGB (Red+Green+Blue) = 211+52+220=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #D334DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334DC is #2CCB23. Grayscale: #767676. Windows color (decimal): -2935588 or 14431443. OLE color: 14431443.
HSL color Cylindrical-coordinate representation of color #D334DC: hue angle of 296.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D334DC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 52 | 220 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.14 |
| HSL | 296.79º | 0.71% | 0.53% | - |
| HSV(B) | 296.79º | 0.76% | 0.86% | - |
| XYZ | 41.01 | 21.47 | 69.69 | - |
| YUV | 118.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 220 | 0.04 | 0.76 | 0 | 0.14 | 296.79 | 0.71 | 0.53 |
| Hex | D3 | 34 | DC | 4 | 4C | 0 | E | 129 | 47 | 35 |
| Octal | 323 | 64 | 334 | 4 | 114 | 0 | 16 | 451 | 107 | 65 |
| Binary | 11010011 | 110100 | 11011100 | 100 | 1001100 | 0 | 1110 | 100101001 | 1000111 | 110101 |
Color Harmonies of #D334DC
Complementary color
Monochromatic Colors of #D334DC
Black with #D334DC
Text Example
Text Example
White with #D334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334DC; }
p { color: rgb(211,52,220); }
H1.HeaderClassName
{
color: #D334DC;
}
.AnyTagClassName
{
color: #D334DC;
}
</style>
background-color css
<style>
a { background-color: #D334DC; }
a { background-color: rgb(211,52,220); }
div.DivClassName
{
background-color: #D334DC;
}
.BgClassName
{
background-color: #D334DC;
}
</style>
border-color css
<style>
span { border-color: #D334DC; }
span { border-color: rgb(211,52,220); }
td.TdClassName
{
border-color: #D334DC;
}
.TagClassName
{
border-color: #D334DC;
}
</style>