Html Css Color HEX #D356DD Free Speech Magenta
📋 copy color: '#D356DD'red 211 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #D356DD
Tints of Free Speech Magenta #D356DD
RGB
CMYK
RGB Variations
Color information
#D356DD (or 0xD356DD) is known color: Free Speech Magenta. HEX triplet: D3, 56 and DD. RGB value is (211,86,221). Sum of RGB (Red+Green+Blue) = 211+86+221=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D356DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356DD is #2CA922. Grayscale: #8A8A8A. Windows color (decimal): -2926883 or 14505683. OLE color: 14505683.
HSL color Cylindrical-coordinate representation of color #D356DD: hue angle of 295.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D356DD is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 86 | 221 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.13 |
| HSL | 295.56º | 0.67% | 0.6% | - |
| HSV(B) | 295.56º | 0.61% | 0.87% | - |
| XYZ | 43.24 | 25.72 | 71.09 | - |
| YUV | 138.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 221 | 0.05 | 0.61 | 0 | 0.13 | 295.56 | 0.67 | 0.6 |
| Hex | D3 | 56 | DD | 5 | 3D | 0 | D | 128 | 43 | 3C |
| Octal | 323 | 126 | 335 | 5 | 75 | 0 | 15 | 450 | 103 | 74 |
| Binary | 11010011 | 1010110 | 11011101 | 101 | 111101 | 0 | 1101 | 100101000 | 1000011 | 111100 |
Color Harmonies of #D356DD
Complementary color
Monochromatic Colors of #D356DD
Black with #D356DD
Text Example
Text Example
White with #D356DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356DD; }
p { color: rgb(211,86,221); }
H1.HeaderClassName
{
color: #D356DD;
}
.AnyTagClassName
{
color: #D356DD;
}
</style>
background-color css
<style>
a { background-color: #D356DD; }
a { background-color: rgb(211,86,221); }
div.DivClassName
{
background-color: #D356DD;
}
.BgClassName
{
background-color: #D356DD;
}
</style>
border-color css
<style>
span { border-color: #D356DD; }
span { border-color: rgb(211,86,221); }
td.TdClassName
{
border-color: #D356DD;
}
.TagClassName
{
border-color: #D356DD;
}
</style>