Html Css Color HEX #D352DC Free Speech Magenta
📋 copy color: '#D352DC'red 211 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #D352DC
Tints of Free Speech Magenta #D352DC
RGB
CMYK
RGB Variations
Color information
#D352DC (or 0xD352DC) is known color: Free Speech Magenta. HEX triplet: D3, 52 and DC. RGB value is (211,82,220). Sum of RGB (Red+Green+Blue) = 211+82+220=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #D352DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352DC is #2CAD23. Grayscale: #878787. Windows color (decimal): -2927908 or 14439123. OLE color: 14439123.
HSL color Cylindrical-coordinate representation of color #D352DC: hue angle of 296.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D352DC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 82 | 220 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.09º | 0.66% | 0.59% | - |
| HSV(B) | 296.09º | 0.63% | 0.86% | - |
| XYZ | 42.8 | 25.05 | 70.29 | - |
| YUV | 136.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 220 | 0.04 | 0.63 | 0 | 0.14 | 296.09 | 0.66 | 0.59 |
| Hex | D3 | 52 | DC | 4 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 323 | 122 | 334 | 4 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010011 | 1010010 | 11011100 | 100 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D352DC
Complementary color
Monochromatic Colors of #D352DC
Black with #D352DC
Text Example
Text Example
White with #D352DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352DC; }
p { color: rgb(211,82,220); }
H1.HeaderClassName
{
color: #D352DC;
}
.AnyTagClassName
{
color: #D352DC;
}
</style>
background-color css
<style>
a { background-color: #D352DC; }
a { background-color: rgb(211,82,220); }
div.DivClassName
{
background-color: #D352DC;
}
.BgClassName
{
background-color: #D352DC;
}
</style>
border-color css
<style>
span { border-color: #D352DC; }
span { border-color: rgb(211,82,220); }
td.TdClassName
{
border-color: #D352DC;
}
.TagClassName
{
border-color: #D352DC;
}
</style>