Html Css Color HEX #D350DD Free Speech Magenta
📋 copy color: '#D350DD'red 211 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #D350DD
Tints of Free Speech Magenta #D350DD
RGB
CMYK
RGB Variations
Color information
#D350DD (or 0xD350DD) is known color: Free Speech Magenta. HEX triplet: D3, 50 and DD. RGB value is (211,80,221). Sum of RGB (Red+Green+Blue) = 211+80+221=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D350DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350DD is #2CAF22. Grayscale: #868686. Windows color (decimal): -2928419 or 14504147. OLE color: 14504147.
HSL color Cylindrical-coordinate representation of color #D350DD: hue angle of 295.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D350DD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 80 | 221 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.13 |
| HSL | 295.74º | 0.67% | 0.59% | - |
| HSV(B) | 295.74º | 0.64% | 0.87% | - |
| XYZ | 42.78 | 24.81 | 70.94 | - |
| YUV | 135.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 221 | 0.05 | 0.64 | 0 | 0.13 | 295.74 | 0.67 | 0.59 |
| Hex | D3 | 50 | DD | 5 | 40 | 0 | D | 128 | 43 | 3B |
| Octal | 323 | 120 | 335 | 5 | 100 | 0 | 15 | 450 | 103 | 73 |
| Binary | 11010011 | 1010000 | 11011101 | 101 | 1000000 | 0 | 1101 | 100101000 | 1000011 | 111011 |
Color Harmonies of #D350DD
Complementary color
Monochromatic Colors of #D350DD
Black with #D350DD
Text Example
Text Example
White with #D350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350DD; }
p { color: rgb(211,80,221); }
H1.HeaderClassName
{
color: #D350DD;
}
.AnyTagClassName
{
color: #D350DD;
}
</style>
background-color css
<style>
a { background-color: #D350DD; }
a { background-color: rgb(211,80,221); }
div.DivClassName
{
background-color: #D350DD;
}
.BgClassName
{
background-color: #D350DD;
}
</style>
border-color css
<style>
span { border-color: #D350DD; }
span { border-color: rgb(211,80,221); }
td.TdClassName
{
border-color: #D350DD;
}
.TagClassName
{
border-color: #D350DD;
}
</style>