Html Css Color HEX #D656CE Free Speech Magenta
📋 copy color: '#D656CE'red 214 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #D656CE
Tints of Free Speech Magenta #D656CE
RGB
CMYK
RGB Variations
Color information
#D656CE (or 0xD656CE) is known color: Free Speech Magenta. HEX triplet: D6, 56 and CE. RGB value is (214,86,206). Sum of RGB (Red+Green+Blue) = 214+86+206=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D656CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656CE is #29A931. Grayscale: #898989. Windows color (decimal): -2730290 or 13522646. OLE color: 13522646.
HSL color Cylindrical-coordinate representation of color #D656CE: hue angle of 303.75º degrees, saturation: 0.61, 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 #D656CE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 206 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.16 |
| HSL | 303.75º | 0.61% | 0.59% | - |
| HSV(B) | 303.75º | 0.6% | 0.84% | - |
| XYZ | 42.2 | 25.41 | 61.07 | - |
| YUV | 137.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 206 | 0 | 0.60 | 0.04 | 0.16 | 303.75 | 0.61 | 0.59 |
| Hex | D6 | 56 | CE | 0 | 3C | 4 | 10 | 130 | 3D | 3B |
| Octal | 326 | 126 | 316 | 0 | 74 | 4 | 20 | 460 | 75 | 73 |
| Binary | 11010110 | 1010110 | 11001110 | 0 | 111100 | 100 | 10000 | 100110000 | 111101 | 111011 |
Color Harmonies of #D656CE
Complementary color
Monochromatic Colors of #D656CE
Black with #D656CE
Text Example
Text Example
White with #D656CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656CE; }
p { color: rgb(214,86,206); }
H1.HeaderClassName
{
color: #D656CE;
}
.AnyTagClassName
{
color: #D656CE;
}
</style>
background-color css
<style>
a { background-color: #D656CE; }
a { background-color: rgb(214,86,206); }
div.DivClassName
{
background-color: #D656CE;
}
.BgClassName
{
background-color: #D656CE;
}
</style>
border-color css
<style>
span { border-color: #D656CE; }
span { border-color: rgb(214,86,206); }
td.TdClassName
{
border-color: #D656CE;
}
.TagClassName
{
border-color: #D656CE;
}
</style>