Html Css Color HEX #D353DC Free Speech Magenta
📋 copy color: '#D353DC'red 211 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #D353DC
Tints of Free Speech Magenta #D353DC
RGB
CMYK
RGB Variations
Color information
#D353DC (or 0xD353DC) is known color: Free Speech Magenta. HEX triplet: D3, 53 and DC. RGB value is (211,83,220). Sum of RGB (Red+Green+Blue) = 211+83+220=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #D353DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353DC is #2CAC23. Grayscale: #888888. Windows color (decimal): -2927652 or 14439379. OLE color: 14439379.
HSL color Cylindrical-coordinate representation of color #D353DC: hue angle of 296.06º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D353DC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 83 | 220 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.14 |
| HSL | 296.06º | 0.66% | 0.59% | - |
| HSV(B) | 296.06º | 0.62% | 0.86% | - |
| XYZ | 42.88 | 25.2 | 70.31 | - |
| YUV | 136.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 220 | 0.04 | 0.62 | 0 | 0.14 | 296.06 | 0.66 | 0.59 |
| Hex | D3 | 53 | DC | 4 | 3E | 0 | E | 128 | 42 | 3B |
| Octal | 323 | 123 | 334 | 4 | 76 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010011 | 1010011 | 11011100 | 100 | 111110 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D353DC
Complementary color
Monochromatic Colors of #D353DC
Black with #D353DC
Text Example
Text Example
White with #D353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353DC; }
p { color: rgb(211,83,220); }
H1.HeaderClassName
{
color: #D353DC;
}
.AnyTagClassName
{
color: #D353DC;
}
</style>
background-color css
<style>
a { background-color: #D353DC; }
a { background-color: rgb(211,83,220); }
div.DivClassName
{
background-color: #D353DC;
}
.BgClassName
{
background-color: #D353DC;
}
</style>
border-color css
<style>
span { border-color: #D353DC; }
span { border-color: rgb(211,83,220); }
td.TdClassName
{
border-color: #D353DC;
}
.TagClassName
{
border-color: #D353DC;
}
</style>