Html Css Color HEX #D656DA Free Speech Magenta
📋 copy color: '#D656DA'red 214 ◦ green 86 ◦ blue 218
Shades of Free Speech Magenta #D656DA
Tints of Free Speech Magenta #D656DA
RGB
CMYK
RGB Variations
Color information
#D656DA (or 0xD656DA) is known color: Free Speech Magenta. HEX triplet: D6, 56 and DA. RGB value is (214,86,218). Sum of RGB (Red+Green+Blue) = 214+86+218=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D656DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656DA is #29A925. Grayscale: #8A8A8A. Windows color (decimal): -2730278 or 14309078. OLE color: 14309078.
HSL color Cylindrical-coordinate representation of color #D656DA: hue angle of 298.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D656DA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 86 | 218 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.15 |
| HSL | 298.18º | 0.64% | 0.6% | - |
| HSV(B) | 298.18º | 0.61% | 0.85% | - |
| XYZ | 43.71 | 26.01 | 69.05 | - |
| YUV | 139.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 218 | 0.02 | 0.61 | 0 | 0.15 | 298.18 | 0.64 | 0.6 |
| Hex | D6 | 56 | DA | 2 | 3D | 0 | F | 12A | 40 | 3C |
| Octal | 326 | 126 | 332 | 2 | 75 | 0 | 17 | 452 | 100 | 74 |
| Binary | 11010110 | 1010110 | 11011010 | 10 | 111101 | 0 | 1111 | 100101010 | 1000000 | 111100 |
Color Harmonies of #D656DA
Complementary color
Monochromatic Colors of #D656DA
Black with #D656DA
Text Example
Text Example
White with #D656DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656DA; }
p { color: rgb(214,86,218); }
H1.HeaderClassName
{
color: #D656DA;
}
.AnyTagClassName
{
color: #D656DA;
}
</style>
background-color css
<style>
a { background-color: #D656DA; }
a { background-color: rgb(214,86,218); }
div.DivClassName
{
background-color: #D656DA;
}
.BgClassName
{
background-color: #D656DA;
}
</style>
border-color css
<style>
span { border-color: #D656DA; }
span { border-color: rgb(214,86,218); }
td.TdClassName
{
border-color: #D656DA;
}
.TagClassName
{
border-color: #D656DA;
}
</style>