Html Css Color HEX #D656CA Free Speech Magenta
📋 copy color: '#D656CA'red 214 ◦ green 86 ◦ blue 202
Shades of Free Speech Magenta #D656CA
Tints of Free Speech Magenta #D656CA
RGB
CMYK
RGB Variations
Color information
#D656CA (or 0xD656CA) is known color: Free Speech Magenta. HEX triplet: D6, 56 and CA. RGB value is (214,86,202). Sum of RGB (Red+Green+Blue) = 214+86+202=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D656CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656CA is #29A935. Grayscale: #898989. Windows color (decimal): -2730294 or 13260502. OLE color: 13260502.
HSL color Cylindrical-coordinate representation of color #D656CA: hue angle of 305.62º 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 #D656CA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 202 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.16 |
| HSL | 305.63º | 0.61% | 0.59% | - |
| HSV(B) | 305.63º | 0.6% | 0.84% | - |
| XYZ | 41.72 | 25.22 | 58.55 | - |
| YUV | 137.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 202 | 0 | 0.60 | 0.06 | 0.16 | 305.63 | 0.61 | 0.59 |
| Hex | D6 | 56 | CA | 0 | 3C | 6 | 10 | 132 | 3D | 3B |
| Octal | 326 | 126 | 312 | 0 | 74 | 6 | 20 | 462 | 75 | 73 |
| Binary | 11010110 | 1010110 | 11001010 | 0 | 111100 | 110 | 10000 | 100110010 | 111101 | 111011 |
Color Harmonies of #D656CA
Complementary color
Monochromatic Colors of #D656CA
Black with #D656CA
Text Example
Text Example
White with #D656CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656CA; }
p { color: rgb(214,86,202); }
H1.HeaderClassName
{
color: #D656CA;
}
.AnyTagClassName
{
color: #D656CA;
}
</style>
background-color css
<style>
a { background-color: #D656CA; }
a { background-color: rgb(214,86,202); }
div.DivClassName
{
background-color: #D656CA;
}
.BgClassName
{
background-color: #D656CA;
}
</style>
border-color css
<style>
span { border-color: #D656CA; }
span { border-color: rgb(214,86,202); }
td.TdClassName
{
border-color: #D656CA;
}
.TagClassName
{
border-color: #D656CA;
}
</style>