Html Css Color HEX #D354DD Free Speech Magenta
📋 copy color: '#D354DD'red 211 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #D354DD
Tints of Free Speech Magenta #D354DD
RGB
CMYK
RGB Variations
Color information
#D354DD (or 0xD354DD) is known color: Free Speech Magenta. HEX triplet: D3, 54 and DD. RGB value is (211,84,221). Sum of RGB (Red+Green+Blue) = 211+84+221=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #D354DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354DD is #2CAB22. Grayscale: #898989. Windows color (decimal): -2927395 or 14505171. OLE color: 14505171.
HSL color Cylindrical-coordinate representation of color #D354DD: hue angle of 295.62º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D354DD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 84 | 221 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.13 |
| HSL | 295.62º | 0.67% | 0.6% | - |
| HSV(B) | 295.62º | 0.62% | 0.87% | - |
| XYZ | 43.09 | 25.41 | 71.04 | - |
| YUV | 137.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 221 | 0.05 | 0.62 | 0 | 0.13 | 295.62 | 0.67 | 0.6 |
| Hex | D3 | 54 | DD | 5 | 3E | 0 | D | 128 | 43 | 3C |
| Octal | 323 | 124 | 335 | 5 | 76 | 0 | 15 | 450 | 103 | 74 |
| Binary | 11010011 | 1010100 | 11011101 | 101 | 111110 | 0 | 1101 | 100101000 | 1000011 | 111100 |
Color Harmonies of #D354DD
Complementary color
Monochromatic Colors of #D354DD
Black with #D354DD
Text Example
Text Example
White with #D354DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354DD; }
p { color: rgb(211,84,221); }
H1.HeaderClassName
{
color: #D354DD;
}
.AnyTagClassName
{
color: #D354DD;
}
</style>
background-color css
<style>
a { background-color: #D354DD; }
a { background-color: rgb(211,84,221); }
div.DivClassName
{
background-color: #D354DD;
}
.BgClassName
{
background-color: #D354DD;
}
</style>
border-color css
<style>
span { border-color: #D354DD; }
span { border-color: rgb(211,84,221); }
td.TdClassName
{
border-color: #D354DD;
}
.TagClassName
{
border-color: #D354DD;
}
</style>