Html Css Color HEX #D65EC2 Free Speech Magenta
📋 copy color: '#D65EC2'red 214 ◦ green 94 ◦ blue 194
Shades of Free Speech Magenta #D65EC2
Tints of Free Speech Magenta #D65EC2
RGB
CMYK
RGB Variations
Color information
#D65EC2 (or 0xD65EC2) is known color: Free Speech Magenta. HEX triplet: D6, 5E and C2. RGB value is (214,94,194). Sum of RGB (Red+Green+Blue) = 214+94+194=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC2 is #29A13D. Grayscale: #8D8D8D. Windows color (decimal): -2728254 or 12738262. OLE color: 12738262.
HSL color Cylindrical-coordinate representation of color #D65EC2: hue angle of 310º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EC2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 194 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.16 |
| HSL | 310º | 0.59% | 0.6% | - |
| HSV(B) | 310º | 0.56% | 0.84% | - |
| XYZ | 41.47 | 26.2 | 53.91 | - |
| YUV | 141.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 194 | 0 | 0.56 | 0.09 | 0.16 | 310 | 0.59 | 0.6 |
| Hex | D6 | 5E | C2 | 0 | 38 | 9 | 10 | 136 | 3B | 3C |
| Octal | 326 | 136 | 302 | 0 | 70 | 11 | 20 | 466 | 73 | 74 |
| Binary | 11010110 | 1011110 | 11000010 | 0 | 111000 | 1001 | 10000 | 100110110 | 111011 | 111100 |
Color Harmonies of #D65EC2
Complementary color
Monochromatic Colors of #D65EC2
Black with #D65EC2
Text Example
Text Example
White with #D65EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EC2; }
p { color: rgb(214,94,194); }
H1.HeaderClassName
{
color: #D65EC2;
}
.AnyTagClassName
{
color: #D65EC2;
}
</style>
background-color css
<style>
a { background-color: #D65EC2; }
a { background-color: rgb(214,94,194); }
div.DivClassName
{
background-color: #D65EC2;
}
.BgClassName
{
background-color: #D65EC2;
}
</style>
border-color css
<style>
span { border-color: #D65EC2; }
span { border-color: rgb(214,94,194); }
td.TdClassName
{
border-color: #D65EC2;
}
.TagClassName
{
border-color: #D65EC2;
}
</style>