Html Css Color HEX #D358DD Free Speech Magenta
📋 copy color: '#D358DD'red 211 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #D358DD
Tints of Free Speech Magenta #D358DD
RGB
CMYK
RGB Variations
Color information
#D358DD (or 0xD358DD) is known color: Free Speech Magenta. HEX triplet: D3, 58 and DD. RGB value is (211,88,221). Sum of RGB (Red+Green+Blue) = 211+88+221=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D358DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358DD is #2CA722. Grayscale: #8B8B8B. Windows color (decimal): -2926371 or 14506195. OLE color: 14506195.
HSL color Cylindrical-coordinate representation of color #D358DD: hue angle of 295.49º 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 #D358DD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 88 | 221 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.13 |
| HSL | 295.49º | 0.66% | 0.61% | - |
| HSV(B) | 295.49º | 0.6% | 0.87% | - |
| XYZ | 43.4 | 26.05 | 71.15 | - |
| YUV | 139.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 221 | 0.05 | 0.60 | 0 | 0.13 | 295.49 | 0.66 | 0.61 |
| Hex | D3 | 58 | DD | 5 | 3C | 0 | D | 127 | 42 | 3D |
| Octal | 323 | 130 | 335 | 5 | 74 | 0 | 15 | 447 | 102 | 75 |
| Binary | 11010011 | 1011000 | 11011101 | 101 | 111100 | 0 | 1101 | 100100111 | 1000010 | 111101 |
Color Harmonies of #D358DD
Complementary color
Monochromatic Colors of #D358DD
Black with #D358DD
Text Example
Text Example
White with #D358DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358DD; }
p { color: rgb(211,88,221); }
H1.HeaderClassName
{
color: #D358DD;
}
.AnyTagClassName
{
color: #D358DD;
}
</style>
background-color css
<style>
a { background-color: #D358DD; }
a { background-color: rgb(211,88,221); }
div.DivClassName
{
background-color: #D358DD;
}
.BgClassName
{
background-color: #D358DD;
}
</style>
border-color css
<style>
span { border-color: #D358DD; }
span { border-color: rgb(211,88,221); }
td.TdClassName
{
border-color: #D358DD;
}
.TagClassName
{
border-color: #D358DD;
}
</style>