Html Css Color HEX #D456D7 Free Speech Magenta
📋 copy color: '#D456D7'red 212 ◦ green 86 ◦ blue 215
Shades of Free Speech Magenta #D456D7
Tints of Free Speech Magenta #D456D7
RGB
CMYK
RGB Variations
Color information
#D456D7 (or 0xD456D7) is known color: Free Speech Magenta. HEX triplet: D4, 56 and D7. RGB value is (212,86,215). Sum of RGB (Red+Green+Blue) = 212+86+215=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #D456D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456D7 is #2BA928. Grayscale: #898989. Windows color (decimal): -2861353 or 14112468. OLE color: 14112468.
HSL color Cylindrical-coordinate representation of color #D456D7: hue angle of 298.6º degrees, saturation: 0.62, 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 #D456D7 is Cyan = 0.01, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 86 | 215 | - |
| CMYK | 0.01 | 0.6 | 0 | 0.16 |
| HSL | 298.6º | 0.62% | 0.59% | - |
| HSV(B) | 298.6º | 0.6% | 0.84% | - |
| XYZ | 42.74 | 25.56 | 66.97 | - |
| YUV | 138.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 215 | 0.01 | 0.6 | 0 | 0.16 | 298.6 | 0.62 | 0.59 |
| Hex | D4 | 56 | D7 | 1 | 3C | 0 | 10 | 12B | 3E | 3B |
| Octal | 324 | 126 | 327 | 1 | 74 | 0 | 20 | 453 | 76 | 73 |
| Binary | 11010100 | 1010110 | 11010111 | 1 | 111100 | 0 | 10000 | 100101011 | 111110 | 111011 |
Color Harmonies of #D456D7
Complementary color
Monochromatic Colors of #D456D7
Black with #D456D7
Text Example
Text Example
White with #D456D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456D7; }
p { color: rgb(212,86,215); }
H1.HeaderClassName
{
color: #D456D7;
}
.AnyTagClassName
{
color: #D456D7;
}
</style>
background-color css
<style>
a { background-color: #D456D7; }
a { background-color: rgb(212,86,215); }
div.DivClassName
{
background-color: #D456D7;
}
.BgClassName
{
background-color: #D456D7;
}
</style>
border-color css
<style>
span { border-color: #D456D7; }
span { border-color: rgb(212,86,215); }
td.TdClassName
{
border-color: #D456D7;
}
.TagClassName
{
border-color: #D456D7;
}
</style>