Html Css Color HEX #D44CDD Free Speech Magenta
📋 copy color: '#D44CDD'red 212 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #D44CDD
Tints of Free Speech Magenta #D44CDD
RGB
CMYK
RGB Variations
Color information
#D44CDD (or 0xD44CDD) is known color: Free Speech Magenta. HEX triplet: D4, 4C and DD. RGB value is (212,76,221). Sum of RGB (Red+Green+Blue) = 212+76+221=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #D44CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CDD is #2BB322. Grayscale: #848484. Windows color (decimal): -2863907 or 14503124. OLE color: 14503124.
HSL color Cylindrical-coordinate representation of color #D44CDD: hue angle of 296.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44CDD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 76 | 221 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.13 |
| HSL | 296.28º | 0.68% | 0.58% | - |
| HSV(B) | 296.28º | 0.66% | 0.87% | - |
| XYZ | 42.79 | 24.39 | 70.86 | - |
| YUV | 133.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 221 | 0.04 | 0.66 | 0 | 0.13 | 296.28 | 0.68 | 0.58 |
| Hex | D4 | 4C | DD | 4 | 42 | 0 | D | 128 | 44 | 3A |
| Octal | 324 | 114 | 335 | 4 | 102 | 0 | 15 | 450 | 104 | 72 |
| Binary | 11010100 | 1001100 | 11011101 | 100 | 1000010 | 0 | 1101 | 100101000 | 1000100 | 111010 |
Color Harmonies of #D44CDD
Complementary color
Monochromatic Colors of #D44CDD
Black with #D44CDD
Text Example
Text Example
White with #D44CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CDD; }
p { color: rgb(212,76,221); }
H1.HeaderClassName
{
color: #D44CDD;
}
.AnyTagClassName
{
color: #D44CDD;
}
</style>
background-color css
<style>
a { background-color: #D44CDD; }
a { background-color: rgb(212,76,221); }
div.DivClassName
{
background-color: #D44CDD;
}
.BgClassName
{
background-color: #D44CDD;
}
</style>
border-color css
<style>
span { border-color: #D44CDD; }
span { border-color: rgb(212,76,221); }
td.TdClassName
{
border-color: #D44CDD;
}
.TagClassName
{
border-color: #D44CDD;
}
</style>