Html Css Color HEX #D345DD Free Speech Magenta
📋 copy color: '#D345DD'red 211 ◦ green 69 ◦ blue 221
Shades of Free Speech Magenta #D345DD
Tints of Free Speech Magenta #D345DD
RGB
CMYK
RGB Variations
Color information
#D345DD (or 0xD345DD) is known color: Free Speech Magenta. HEX triplet: D3, 45 and DD. RGB value is (211,69,221). Sum of RGB (Red+Green+Blue) = 211+69+221=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #D345DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345DD is #2CBA22. Grayscale: #808080. Windows color (decimal): -2931235 or 14501331. OLE color: 14501331.
HSL color Cylindrical-coordinate representation of color #D345DD: hue angle of 296.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D345DD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 69 | 221 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.13 |
| HSL | 296.05º | 0.69% | 0.57% | - |
| HSV(B) | 296.05º | 0.69% | 0.87% | - |
| XYZ | 42.04 | 23.33 | 70.69 | - |
| YUV | 128.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 221 | 0.05 | 0.69 | 0 | 0.13 | 296.05 | 0.69 | 0.57 |
| Hex | D3 | 45 | DD | 5 | 45 | 0 | D | 128 | 45 | 39 |
| Octal | 323 | 105 | 335 | 5 | 105 | 0 | 15 | 450 | 105 | 71 |
| Binary | 11010011 | 1000101 | 11011101 | 101 | 1000101 | 0 | 1101 | 100101000 | 1000101 | 111001 |
Color Harmonies of #D345DD
Complementary color
Monochromatic Colors of #D345DD
Black with #D345DD
Text Example
Text Example
White with #D345DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345DD; }
p { color: rgb(211,69,221); }
H1.HeaderClassName
{
color: #D345DD;
}
.AnyTagClassName
{
color: #D345DD;
}
</style>
background-color css
<style>
a { background-color: #D345DD; }
a { background-color: rgb(211,69,221); }
div.DivClassName
{
background-color: #D345DD;
}
.BgClassName
{
background-color: #D345DD;
}
</style>
border-color css
<style>
span { border-color: #D345DD; }
span { border-color: rgb(211,69,221); }
td.TdClassName
{
border-color: #D345DD;
}
.TagClassName
{
border-color: #D345DD;
}
</style>