Html Css Color HEX #D661C1 Free Speech Magenta
📋 copy color: '#D661C1'red 214 ◦ green 97 ◦ blue 193
Shades of Free Speech Magenta #D661C1
Tints of Free Speech Magenta #D661C1
RGB
CMYK
RGB Variations
Color information
#D661C1 (or 0xD661C1) is known color: Free Speech Magenta. HEX triplet: D6, 61 and C1. RGB value is (214,97,193). Sum of RGB (Red+Green+Blue) = 214+97+193=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C1 is #299E3E. Grayscale: #8E8E8E. Windows color (decimal): -2727487 or 12673494. OLE color: 12673494.
HSL color Cylindrical-coordinate representation of color #D661C1: hue angle of 310.77º 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 #D661C1 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 193 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.16 |
| HSL | 310.77º | 0.59% | 0.61% | - |
| HSV(B) | 310.77º | 0.55% | 0.84% | - |
| XYZ | 41.63 | 26.7 | 53.41 | - |
| YUV | 142.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 193 | 0 | 0.55 | 0.10 | 0.16 | 310.77 | 0.59 | 0.61 |
| Hex | D6 | 61 | C1 | 0 | 37 | A | 10 | 137 | 3B | 3D |
| Octal | 326 | 141 | 301 | 0 | 67 | 12 | 20 | 467 | 73 | 75 |
| Binary | 11010110 | 1100001 | 11000001 | 0 | 110111 | 1010 | 10000 | 100110111 | 111011 | 111101 |
Color Harmonies of #D661C1
Complementary color
Monochromatic Colors of #D661C1
Black with #D661C1
Text Example
Text Example
White with #D661C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661C1; }
p { color: rgb(214,97,193); }
H1.HeaderClassName
{
color: #D661C1;
}
.AnyTagClassName
{
color: #D661C1;
}
</style>
background-color css
<style>
a { background-color: #D661C1; }
a { background-color: rgb(214,97,193); }
div.DivClassName
{
background-color: #D661C1;
}
.BgClassName
{
background-color: #D661C1;
}
</style>
border-color css
<style>
span { border-color: #D661C1; }
span { border-color: rgb(214,97,193); }
td.TdClassName
{
border-color: #D661C1;
}
.TagClassName
{
border-color: #D661C1;
}
</style>