Html Css Color HEX #D443DD Free Speech Magenta
📋 copy color: '#D443DD'red 212 ◦ green 67 ◦ blue 221
Shades of Free Speech Magenta #D443DD
Tints of Free Speech Magenta #D443DD
RGB
CMYK
RGB Variations
Color information
#D443DD (or 0xD443DD) is known color: Free Speech Magenta. HEX triplet: D4, 43 and DD. RGB value is (212,67,221). Sum of RGB (Red+Green+Blue) = 212+67+221=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #D443DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443DD is #2BBC22. Grayscale: #7F7F7F. Windows color (decimal): -2866211 or 14500820. OLE color: 14500820.
HSL color Cylindrical-coordinate representation of color #D443DD: hue angle of 296.49º 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 #D443DD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 67 | 221 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.13 |
| HSL | 296.49º | 0.69% | 0.56% | - |
| HSV(B) | 296.49º | 0.7% | 0.87% | - |
| XYZ | 42.21 | 23.23 | 70.67 | - |
| YUV | 127.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 221 | 0.04 | 0.70 | 0 | 0.13 | 296.49 | 0.69 | 0.56 |
| Hex | D4 | 43 | DD | 4 | 46 | 0 | D | 128 | 45 | 38 |
| Octal | 324 | 103 | 335 | 4 | 106 | 0 | 15 | 450 | 105 | 70 |
| Binary | 11010100 | 1000011 | 11011101 | 100 | 1000110 | 0 | 1101 | 100101000 | 1000101 | 111000 |
Color Harmonies of #D443DD
Complementary color
Monochromatic Colors of #D443DD
Black with #D443DD
Text Example
Text Example
White with #D443DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443DD; }
p { color: rgb(212,67,221); }
H1.HeaderClassName
{
color: #D443DD;
}
.AnyTagClassName
{
color: #D443DD;
}
</style>
background-color css
<style>
a { background-color: #D443DD; }
a { background-color: rgb(212,67,221); }
div.DivClassName
{
background-color: #D443DD;
}
.BgClassName
{
background-color: #D443DD;
}
</style>
border-color css
<style>
span { border-color: #D443DD; }
span { border-color: rgb(212,67,221); }
td.TdClassName
{
border-color: #D443DD;
}
.TagClassName
{
border-color: #D443DD;
}
</style>