Html Css Color HEX #D444DD Free Speech Magenta
📋 copy color: '#D444DD'red 212 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #D444DD
Tints of Free Speech Magenta #D444DD
RGB
CMYK
RGB Variations
Color information
#D444DD (or 0xD444DD) is known color: Free Speech Magenta. HEX triplet: D4, 44 and DD. RGB value is (212,68,221). Sum of RGB (Red+Green+Blue) = 212+68+221=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 68 (26.95% from 255 or 13.57% 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 #D444DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444DD is #2BBB22. Grayscale: #808080. Windows color (decimal): -2865955 or 14501076. OLE color: 14501076.
HSL color Cylindrical-coordinate representation of color #D444DD: hue angle of 296.47º 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 #D444DD is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 68 | 221 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.13 |
| HSL | 296.47º | 0.69% | 0.57% | - |
| HSV(B) | 296.47º | 0.69% | 0.87% | - |
| XYZ | 42.27 | 23.35 | 70.69 | - |
| YUV | 128.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 221 | 0.04 | 0.69 | 0 | 0.13 | 296.47 | 0.69 | 0.57 |
| Hex | D4 | 44 | DD | 4 | 45 | 0 | D | 128 | 45 | 39 |
| Octal | 324 | 104 | 335 | 4 | 105 | 0 | 15 | 450 | 105 | 71 |
| Binary | 11010100 | 1000100 | 11011101 | 100 | 1000101 | 0 | 1101 | 100101000 | 1000101 | 111001 |
Color Harmonies of #D444DD
Complementary color
Monochromatic Colors of #D444DD
Black with #D444DD
Text Example
Text Example
White with #D444DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444DD; }
p { color: rgb(212,68,221); }
H1.HeaderClassName
{
color: #D444DD;
}
.AnyTagClassName
{
color: #D444DD;
}
</style>
background-color css
<style>
a { background-color: #D444DD; }
a { background-color: rgb(212,68,221); }
div.DivClassName
{
background-color: #D444DD;
}
.BgClassName
{
background-color: #D444DD;
}
</style>
border-color css
<style>
span { border-color: #D444DD; }
span { border-color: rgb(212,68,221); }
td.TdClassName
{
border-color: #D444DD;
}
.TagClassName
{
border-color: #D444DD;
}
</style>