Html Css Color HEX #D64CE0 Free Speech Magenta
📋 copy color: '#D64CE0'red 214 ◦ green 76 ◦ blue 224
Shades of Free Speech Magenta #D64CE0
Tints of Free Speech Magenta #D64CE0
RGB
CMYK
RGB Variations
Color information
#D64CE0 (or 0xD64CE0) is known color: Free Speech Magenta. HEX triplet: D6, 4C and E0. RGB value is (214,76,224). Sum of RGB (Red+Green+Blue) = 214+76+224=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #D64CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CE0 is #29B31F. Grayscale: #858585. Windows color (decimal): -2732832 or 14699734. OLE color: 14699734.
HSL color Cylindrical-coordinate representation of color #D64CE0: hue angle of 295.95º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64CE0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 76 | 224 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.12 |
| HSL | 295.95º | 0.7% | 0.59% | - |
| HSV(B) | 295.95º | 0.66% | 0.88% | - |
| XYZ | 43.77 | 24.85 | 73.01 | - |
| YUV | 134.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 224 | 0.04 | 0.66 | 0 | 0.12 | 295.95 | 0.7 | 0.59 |
| Hex | D6 | 4C | E0 | 4 | 42 | 0 | C | 128 | 46 | 3B |
| Octal | 326 | 114 | 340 | 4 | 102 | 0 | 14 | 450 | 106 | 73 |
| Binary | 11010110 | 1001100 | 11100000 | 100 | 1000010 | 0 | 1100 | 100101000 | 1000110 | 111011 |
Color Harmonies of #D64CE0
Complementary color
Monochromatic Colors of #D64CE0
Black with #D64CE0
Text Example
Text Example
White with #D64CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CE0; }
p { color: rgb(214,76,224); }
H1.HeaderClassName
{
color: #D64CE0;
}
.AnyTagClassName
{
color: #D64CE0;
}
</style>
background-color css
<style>
a { background-color: #D64CE0; }
a { background-color: rgb(214,76,224); }
div.DivClassName
{
background-color: #D64CE0;
}
.BgClassName
{
background-color: #D64CE0;
}
</style>
border-color css
<style>
span { border-color: #D64CE0; }
span { border-color: rgb(214,76,224); }
td.TdClassName
{
border-color: #D64CE0;
}
.TagClassName
{
border-color: #D64CE0;
}
</style>