Html Css Color HEX #D659C8 Free Speech Magenta
📋 copy color: '#D659C8'red 214 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #D659C8
Tints of Free Speech Magenta #D659C8
RGB
CMYK
RGB Variations
Color information
#D659C8 (or 0xD659C8) is known color: Free Speech Magenta. HEX triplet: D6, 59 and C8. RGB value is (214,89,200). Sum of RGB (Red+Green+Blue) = 214+89+200=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C8 is #29A637. Grayscale: #8A8A8A. Windows color (decimal): -2729528 or 13130198. OLE color: 13130198.
HSL color Cylindrical-coordinate representation of color #D659C8: hue angle of 306.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659C8 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 200 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.16 |
| HSL | 306.72º | 0.6% | 0.59% | - |
| HSV(B) | 306.72º | 0.58% | 0.84% | - |
| XYZ | 41.73 | 25.61 | 57.39 | - |
| YUV | 139.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 200 | 0 | 0.58 | 0.07 | 0.16 | 306.72 | 0.6 | 0.59 |
| Hex | D6 | 59 | C8 | 0 | 3A | 7 | 10 | 133 | 3C | 3B |
| Octal | 326 | 131 | 310 | 0 | 72 | 7 | 20 | 463 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11001000 | 0 | 111010 | 111 | 10000 | 100110011 | 111100 | 111011 |
Color Harmonies of #D659C8
Complementary color
Monochromatic Colors of #D659C8
Black with #D659C8
Text Example
Text Example
White with #D659C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659C8; }
p { color: rgb(214,89,200); }
H1.HeaderClassName
{
color: #D659C8;
}
.AnyTagClassName
{
color: #D659C8;
}
</style>
background-color css
<style>
a { background-color: #D659C8; }
a { background-color: rgb(214,89,200); }
div.DivClassName
{
background-color: #D659C8;
}
.BgClassName
{
background-color: #D659C8;
}
</style>
border-color css
<style>
span { border-color: #D659C8; }
span { border-color: rgb(214,89,200); }
td.TdClassName
{
border-color: #D659C8;
}
.TagClassName
{
border-color: #D659C8;
}
</style>