Html Css Color HEX #D350DC Free Speech Magenta
📋 copy color: '#D350DC'red 211 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #D350DC
Tints of Free Speech Magenta #D350DC
RGB
CMYK
RGB Variations
Color information
#D350DC (or 0xD350DC) is known color: Free Speech Magenta. HEX triplet: D3, 50 and DC. RGB value is (211,80,220). Sum of RGB (Red+Green+Blue) = 211+80+220=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 80 (31.64% from 255 or 15.66% 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 #D350DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350DC is #2CAF23. Grayscale: #868686. Windows color (decimal): -2928420 or 14438611. OLE color: 14438611.
HSL color Cylindrical-coordinate representation of color #D350DC: hue angle of 296.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D350DC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 80 | 220 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.14 |
| HSL | 296.14º | 0.67% | 0.59% | - |
| HSV(B) | 296.14º | 0.64% | 0.86% | - |
| XYZ | 42.65 | 24.75 | 70.24 | - |
| YUV | 135.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 220 | 0.04 | 0.64 | 0 | 0.14 | 296.14 | 0.67 | 0.59 |
| Hex | D3 | 50 | DC | 4 | 40 | 0 | E | 128 | 43 | 3B |
| Octal | 323 | 120 | 334 | 4 | 100 | 0 | 16 | 450 | 103 | 73 |
| Binary | 11010011 | 1010000 | 11011100 | 100 | 1000000 | 0 | 1110 | 100101000 | 1000011 | 111011 |
Color Harmonies of #D350DC
Complementary color
Monochromatic Colors of #D350DC
Black with #D350DC
Text Example
Text Example
White with #D350DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350DC; }
p { color: rgb(211,80,220); }
H1.HeaderClassName
{
color: #D350DC;
}
.AnyTagClassName
{
color: #D350DC;
}
</style>
background-color css
<style>
a { background-color: #D350DC; }
a { background-color: rgb(211,80,220); }
div.DivClassName
{
background-color: #D350DC;
}
.BgClassName
{
background-color: #D350DC;
}
</style>
border-color css
<style>
span { border-color: #D350DC; }
span { border-color: rgb(211,80,220); }
td.TdClassName
{
border-color: #D350DC;
}
.TagClassName
{
border-color: #D350DC;
}
</style>