Html Css Color HEX #D661CA Free Speech Magenta
📋 copy color: '#D661CA'red 214 ◦ green 97 ◦ blue 202
Shades of Free Speech Magenta #D661CA
Tints of Free Speech Magenta #D661CA
RGB
CMYK
RGB Variations
Color information
#D661CA (or 0xD661CA) is known color: Free Speech Magenta. HEX triplet: D6, 61 and CA. RGB value is (214,97,202). Sum of RGB (Red+Green+Blue) = 214+97+202=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D661CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661CA is #299E35. Grayscale: #8F8F8F. Windows color (decimal): -2727478 or 13263318. OLE color: 13263318.
HSL color Cylindrical-coordinate representation of color #D661CA: hue angle of 306.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D661CA is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 202 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.16 |
| HSL | 306.15º | 0.59% | 0.61% | - |
| HSV(B) | 306.15º | 0.55% | 0.84% | - |
| XYZ | 42.67 | 27.11 | 58.86 | - |
| YUV | 143.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 202 | 0 | 0.55 | 0.06 | 0.16 | 306.15 | 0.59 | 0.61 |
| Hex | D6 | 61 | CA | 0 | 37 | 6 | 10 | 132 | 3B | 3D |
| Octal | 326 | 141 | 312 | 0 | 67 | 6 | 20 | 462 | 73 | 75 |
| Binary | 11010110 | 1100001 | 11001010 | 0 | 110111 | 110 | 10000 | 100110010 | 111011 | 111101 |
Color Harmonies of #D661CA
Complementary color
Monochromatic Colors of #D661CA
Black with #D661CA
Text Example
Text Example
White with #D661CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661CA; }
p { color: rgb(214,97,202); }
H1.HeaderClassName
{
color: #D661CA;
}
.AnyTagClassName
{
color: #D661CA;
}
</style>
background-color css
<style>
a { background-color: #D661CA; }
a { background-color: rgb(214,97,202); }
div.DivClassName
{
background-color: #D661CA;
}
.BgClassName
{
background-color: #D661CA;
}
</style>
border-color css
<style>
span { border-color: #D661CA; }
span { border-color: rgb(214,97,202); }
td.TdClassName
{
border-color: #D661CA;
}
.TagClassName
{
border-color: #D661CA;
}
</style>