Html Css Color HEX #D456DD Free Speech Magenta
📋 copy color: '#D456DD'red 212 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #D456DD
Tints of Free Speech Magenta #D456DD
RGB
CMYK
RGB Variations
Color information
#D456DD (or 0xD456DD) is known color: Free Speech Magenta. HEX triplet: D4, 56 and DD. RGB value is (212,86,221). Sum of RGB (Red+Green+Blue) = 212+86+221=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #D456DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456DD is #2BA922. Grayscale: #8A8A8A. Windows color (decimal): -2861347 or 14505684. OLE color: 14505684.
HSL color Cylindrical-coordinate representation of color #D456DD: hue angle of 296º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D456DD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 86 | 221 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.13 |
| HSL | 296º | 0.67% | 0.6% | - |
| HSV(B) | 296º | 0.61% | 0.87% | - |
| XYZ | 43.53 | 25.87 | 71.11 | - |
| YUV | 139.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 221 | 0.04 | 0.61 | 0 | 0.13 | 296 | 0.67 | 0.6 |
| Hex | D4 | 56 | DD | 4 | 3D | 0 | D | 128 | 43 | 3C |
| Octal | 324 | 126 | 335 | 4 | 75 | 0 | 15 | 450 | 103 | 74 |
| Binary | 11010100 | 1010110 | 11011101 | 100 | 111101 | 0 | 1101 | 100101000 | 1000011 | 111100 |
Color Harmonies of #D456DD
Complementary color
Monochromatic Colors of #D456DD
Black with #D456DD
Text Example
Text Example
White with #D456DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456DD; }
p { color: rgb(212,86,221); }
H1.HeaderClassName
{
color: #D456DD;
}
.AnyTagClassName
{
color: #D456DD;
}
</style>
background-color css
<style>
a { background-color: #D456DD; }
a { background-color: rgb(212,86,221); }
div.DivClassName
{
background-color: #D456DD;
}
.BgClassName
{
background-color: #D456DD;
}
</style>
border-color css
<style>
span { border-color: #D456DD; }
span { border-color: rgb(212,86,221); }
td.TdClassName
{
border-color: #D456DD;
}
.TagClassName
{
border-color: #D456DD;
}
</style>