Html Css Color HEX #D44FDD Free Speech Magenta
📋 copy color: '#D44FDD'red 212 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #D44FDD
Tints of Free Speech Magenta #D44FDD
RGB
CMYK
RGB Variations
Color information
#D44FDD (or 0xD44FDD) is known color: Free Speech Magenta. HEX triplet: D4, 4F and DD. RGB value is (212,79,221). Sum of RGB (Red+Green+Blue) = 212+79+221=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D44FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FDD is #2BB022. Grayscale: #868686. Windows color (decimal): -2863139 or 14503892. OLE color: 14503892.
HSL color Cylindrical-coordinate representation of color #D44FDD: hue angle of 296.2º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44FDD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 79 | 221 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.13 |
| HSL | 296.2º | 0.68% | 0.59% | - |
| HSV(B) | 296.2º | 0.64% | 0.87% | - |
| XYZ | 43 | 24.81 | 70.93 | - |
| YUV | 134.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 221 | 0.04 | 0.64 | 0 | 0.13 | 296.2 | 0.68 | 0.59 |
| Hex | D4 | 4F | DD | 4 | 40 | 0 | D | 128 | 44 | 3B |
| Octal | 324 | 117 | 335 | 4 | 100 | 0 | 15 | 450 | 104 | 73 |
| Binary | 11010100 | 1001111 | 11011101 | 100 | 1000000 | 0 | 1101 | 100101000 | 1000100 | 111011 |
Color Harmonies of #D44FDD
Complementary color
Monochromatic Colors of #D44FDD
Black with #D44FDD
Text Example
Text Example
White with #D44FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FDD; }
p { color: rgb(212,79,221); }
H1.HeaderClassName
{
color: #D44FDD;
}
.AnyTagClassName
{
color: #D44FDD;
}
</style>
background-color css
<style>
a { background-color: #D44FDD; }
a { background-color: rgb(212,79,221); }
div.DivClassName
{
background-color: #D44FDD;
}
.BgClassName
{
background-color: #D44FDD;
}
</style>
border-color css
<style>
span { border-color: #D44FDD; }
span { border-color: rgb(212,79,221); }
td.TdClassName
{
border-color: #D44FDD;
}
.TagClassName
{
border-color: #D44FDD;
}
</style>