Html Css Color HEX #D64CE6 Free Speech Magenta
📋 copy color: '#D64CE6'red 214 ◦ green 76 ◦ blue 230
Shades of Free Speech Magenta #D64CE6
Tints of Free Speech Magenta #D64CE6
RGB
CMYK
RGB Variations
Color information
#D64CE6 (or 0xD64CE6) is known color: Free Speech Magenta. HEX triplet: D6, 4C and E6. RGB value is (214,76,230). Sum of RGB (Red+Green+Blue) = 214+76+230=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #D64CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CE6 is #29B319. Grayscale: #868686. Windows color (decimal): -2732826 or 15092950. OLE color: 15092950.
HSL color Cylindrical-coordinate representation of color #D64CE6: hue angle of 293.77º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64CE6 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 76 | 230 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.10 |
| HSL | 293.77º | 0.75% | 0.6% | - |
| HSV(B) | 293.77º | 0.67% | 0.9% | - |
| XYZ | 44.6 | 25.18 | 77.37 | - |
| YUV | 134.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 230 | 0.07 | 0.67 | 0 | 0.10 | 293.77 | 0.75 | 0.6 |
| Hex | D6 | 4C | E6 | 7 | 43 | 0 | A | 126 | 4B | 3C |
| Octal | 326 | 114 | 346 | 7 | 103 | 0 | 12 | 446 | 113 | 74 |
| Binary | 11010110 | 1001100 | 11100110 | 111 | 1000011 | 0 | 1010 | 100100110 | 1001011 | 111100 |
Color Harmonies of #D64CE6
Complementary color
Monochromatic Colors of #D64CE6
Black with #D64CE6
Text Example
Text Example
White with #D64CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CE6; }
p { color: rgb(214,76,230); }
H1.HeaderClassName
{
color: #D64CE6;
}
.AnyTagClassName
{
color: #D64CE6;
}
</style>
background-color css
<style>
a { background-color: #D64CE6; }
a { background-color: rgb(214,76,230); }
div.DivClassName
{
background-color: #D64CE6;
}
.BgClassName
{
background-color: #D64CE6;
}
</style>
border-color css
<style>
span { border-color: #D64CE6; }
span { border-color: rgb(214,76,230); }
td.TdClassName
{
border-color: #D64CE6;
}
.TagClassName
{
border-color: #D64CE6;
}
</style>