Html Css Color HEX #D659CA Free Speech Magenta
📋 copy color: '#D659CA'red 214 ◦ green 89 ◦ blue 202
Shades of Free Speech Magenta #D659CA
Tints of Free Speech Magenta #D659CA
RGB
CMYK
RGB Variations
Color information
#D659CA (or 0xD659CA) is known color: Free Speech Magenta. HEX triplet: D6, 59 and CA. RGB value is (214,89,202). Sum of RGB (Red+Green+Blue) = 214+89+202=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D659CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659CA is #29A635. Grayscale: #8A8A8A. Windows color (decimal): -2729526 or 13261270. OLE color: 13261270.
HSL color Cylindrical-coordinate representation of color #D659CA: hue angle of 305.76º 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 #D659CA is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 202 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.16 |
| HSL | 305.76º | 0.6% | 0.59% | - |
| HSV(B) | 305.76º | 0.58% | 0.84% | - |
| XYZ | 41.96 | 25.71 | 58.63 | - |
| YUV | 139.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 202 | 0 | 0.58 | 0.06 | 0.16 | 305.76 | 0.6 | 0.59 |
| Hex | D6 | 59 | CA | 0 | 3A | 6 | 10 | 132 | 3C | 3B |
| Octal | 326 | 131 | 312 | 0 | 72 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11001010 | 0 | 111010 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D659CA
Complementary color
Monochromatic Colors of #D659CA
Black with #D659CA
Text Example
Text Example
White with #D659CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659CA; }
p { color: rgb(214,89,202); }
H1.HeaderClassName
{
color: #D659CA;
}
.AnyTagClassName
{
color: #D659CA;
}
</style>
background-color css
<style>
a { background-color: #D659CA; }
a { background-color: rgb(214,89,202); }
div.DivClassName
{
background-color: #D659CA;
}
.BgClassName
{
background-color: #D659CA;
}
</style>
border-color css
<style>
span { border-color: #D659CA; }
span { border-color: rgb(214,89,202); }
td.TdClassName
{
border-color: #D659CA;
}
.TagClassName
{
border-color: #D659CA;
}
</style>