Html Css Color HEX #D456D5 Free Speech Magenta
📋 copy color: '#D456D5'red 212 ◦ green 86 ◦ blue 213
Shades of Free Speech Magenta #D456D5
Tints of Free Speech Magenta #D456D5
RGB
CMYK
RGB Variations
Color information
#D456D5 (or 0xD456D5) is known color: Free Speech Magenta. HEX triplet: D4, 56 and D5. RGB value is (212,86,213). Sum of RGB (Red+Green+Blue) = 212+86+213=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #D456D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456D5 is #2BA92A. Grayscale: #898989. Windows color (decimal): -2861355 or 13981396. OLE color: 13981396.
HSL color Cylindrical-coordinate representation of color #D456D5: hue angle of 299.53º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D456D5 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 86 | 213 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.16 |
| HSL | 299.53º | 0.6% | 0.59% | - |
| HSV(B) | 299.53º | 0.6% | 0.84% | - |
| XYZ | 42.49 | 25.46 | 65.62 | - |
| YUV | 138.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 213 | 0.00 | 0.60 | 0 | 0.16 | 299.53 | 0.6 | 0.59 |
| Hex | D4 | 56 | D5 | 0 | 3C | 0 | 10 | 12C | 3C | 3B |
| Octal | 324 | 126 | 325 | 0 | 74 | 0 | 20 | 454 | 74 | 73 |
| Binary | 11010100 | 1010110 | 11010101 | 0 | 111100 | 0 | 10000 | 100101100 | 111100 | 111011 |
Color Harmonies of #D456D5
Complementary color
Monochromatic Colors of #D456D5
Black with #D456D5
Text Example
Text Example
White with #D456D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456D5; }
p { color: rgb(212,86,213); }
H1.HeaderClassName
{
color: #D456D5;
}
.AnyTagClassName
{
color: #D456D5;
}
</style>
background-color css
<style>
a { background-color: #D456D5; }
a { background-color: rgb(212,86,213); }
div.DivClassName
{
background-color: #D456D5;
}
.BgClassName
{
background-color: #D456D5;
}
</style>
border-color css
<style>
span { border-color: #D456D5; }
span { border-color: rgb(212,86,213); }
td.TdClassName
{
border-color: #D456D5;
}
.TagClassName
{
border-color: #D456D5;
}
</style>