Html Css Color HEX #D64CE4 Free Speech Magenta
📋 copy color: '#D64CE4'red 214 ◦ green 76 ◦ blue 228
Shades of Free Speech Magenta #D64CE4
Tints of Free Speech Magenta #D64CE4
RGB
CMYK
RGB Variations
Color information
#D64CE4 (or 0xD64CE4) is known color: Free Speech Magenta. HEX triplet: D6, 4C and E4. RGB value is (214,76,228). Sum of RGB (Red+Green+Blue) = 214+76+228=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #D64CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CE4 is #29B31B. Grayscale: #868686. Windows color (decimal): -2732828 or 14961878. OLE color: 14961878.
HSL color Cylindrical-coordinate representation of color #D64CE4: hue angle of 294.47º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64CE4 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 76 | 228 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.11 |
| HSL | 294.47º | 0.74% | 0.6% | - |
| HSV(B) | 294.47º | 0.67% | 0.89% | - |
| XYZ | 44.32 | 25.07 | 75.9 | - |
| YUV | 134.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 228 | 0.06 | 0.67 | 0 | 0.11 | 294.47 | 0.74 | 0.6 |
| Hex | D6 | 4C | E4 | 6 | 43 | 0 | B | 126 | 4A | 3C |
| Octal | 326 | 114 | 344 | 6 | 103 | 0 | 13 | 446 | 112 | 74 |
| Binary | 11010110 | 1001100 | 11100100 | 110 | 1000011 | 0 | 1011 | 100100110 | 1001010 | 111100 |
Color Harmonies of #D64CE4
Complementary color
Monochromatic Colors of #D64CE4
Black with #D64CE4
Text Example
Text Example
White with #D64CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CE4; }
p { color: rgb(214,76,228); }
H1.HeaderClassName
{
color: #D64CE4;
}
.AnyTagClassName
{
color: #D64CE4;
}
</style>
background-color css
<style>
a { background-color: #D64CE4; }
a { background-color: rgb(214,76,228); }
div.DivClassName
{
background-color: #D64CE4;
}
.BgClassName
{
background-color: #D64CE4;
}
</style>
border-color css
<style>
span { border-color: #D64CE4; }
span { border-color: rgb(214,76,228); }
td.TdClassName
{
border-color: #D64CE4;
}
.TagClassName
{
border-color: #D64CE4;
}
</style>