Html Css Color HEX #D343DD Free Speech Magenta
📋 copy color: '#D343DD'red 211 ◦ green 67 ◦ blue 221
Shades of Free Speech Magenta #D343DD
Tints of Free Speech Magenta #D343DD
RGB
CMYK
RGB Variations
Color information
#D343DD (or 0xD343DD) is known color: Free Speech Magenta. HEX triplet: D3, 43 and DD. RGB value is (211,67,221). Sum of RGB (Red+Green+Blue) = 211+67+221=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D343DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343DD is #2CBC22. Grayscale: #7F7F7F. Windows color (decimal): -2931747 or 14500819. OLE color: 14500819.
HSL color Cylindrical-coordinate representation of color #D343DD: hue angle of 296.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D343DD is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 67 | 221 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.13 |
| HSL | 296.1º | 0.69% | 0.56% | - |
| HSV(B) | 296.1º | 0.7% | 0.87% | - |
| XYZ | 41.92 | 23.08 | 70.65 | - |
| YUV | 127.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 221 | 0.05 | 0.70 | 0 | 0.13 | 296.1 | 0.69 | 0.56 |
| Hex | D3 | 43 | DD | 5 | 46 | 0 | D | 128 | 45 | 38 |
| Octal | 323 | 103 | 335 | 5 | 106 | 0 | 15 | 450 | 105 | 70 |
| Binary | 11010011 | 1000011 | 11011101 | 101 | 1000110 | 0 | 1101 | 100101000 | 1000101 | 111000 |
Color Harmonies of #D343DD
Complementary color
Monochromatic Colors of #D343DD
Black with #D343DD
Text Example
Text Example
White with #D343DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343DD; }
p { color: rgb(211,67,221); }
H1.HeaderClassName
{
color: #D343DD;
}
.AnyTagClassName
{
color: #D343DD;
}
</style>
background-color css
<style>
a { background-color: #D343DD; }
a { background-color: rgb(211,67,221); }
div.DivClassName
{
background-color: #D343DD;
}
.BgClassName
{
background-color: #D343DD;
}
</style>
border-color css
<style>
span { border-color: #D343DD; }
span { border-color: rgb(211,67,221); }
td.TdClassName
{
border-color: #D343DD;
}
.TagClassName
{
border-color: #D343DD;
}
</style>