Html Css Color HEX #D359DD Free Speech Magenta
📋 copy color: '#D359DD'red 211 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D359DD
Tints of Free Speech Magenta #D359DD
RGB
CMYK
RGB Variations
Color information
#D359DD (or 0xD359DD) is known color: Free Speech Magenta. HEX triplet: D3, 59 and DD. RGB value is (211,89,221). Sum of RGB (Red+Green+Blue) = 211+89+221=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D359DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359DD is #2CA622. Grayscale: #8C8C8C. Windows color (decimal): -2926115 or 14506451. OLE color: 14506451.
HSL color Cylindrical-coordinate representation of color #D359DD: hue angle of 295.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D359DD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 89 | 221 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.13 |
| HSL | 295.45º | 0.66% | 0.61% | - |
| HSV(B) | 295.45º | 0.6% | 0.87% | - |
| XYZ | 43.49 | 26.21 | 71.17 | - |
| YUV | 140.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 221 | 0.05 | 0.60 | 0 | 0.13 | 295.45 | 0.66 | 0.61 |
| Hex | D3 | 59 | DD | 5 | 3C | 0 | D | 127 | 42 | 3D |
| Octal | 323 | 131 | 335 | 5 | 74 | 0 | 15 | 447 | 102 | 75 |
| Binary | 11010011 | 1011001 | 11011101 | 101 | 111100 | 0 | 1101 | 100100111 | 1000010 | 111101 |
Color Harmonies of #D359DD
Complementary color
Monochromatic Colors of #D359DD
Black with #D359DD
Text Example
Text Example
White with #D359DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359DD; }
p { color: rgb(211,89,221); }
H1.HeaderClassName
{
color: #D359DD;
}
.AnyTagClassName
{
color: #D359DD;
}
</style>
background-color css
<style>
a { background-color: #D359DD; }
a { background-color: rgb(211,89,221); }
div.DivClassName
{
background-color: #D359DD;
}
.BgClassName
{
background-color: #D359DD;
}
</style>
border-color css
<style>
span { border-color: #D359DD; }
span { border-color: rgb(211,89,221); }
td.TdClassName
{
border-color: #D359DD;
}
.TagClassName
{
border-color: #D359DD;
}
</style>