Html Css Color HEX #D64CE1 Free Speech Magenta
📋 copy color: '#D64CE1'red 214 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #D64CE1
Tints of Free Speech Magenta #D64CE1
RGB
CMYK
RGB Variations
Color information
#D64CE1 (or 0xD64CE1) is known color: Free Speech Magenta. HEX triplet: D6, 4C and E1. RGB value is (214,76,225). Sum of RGB (Red+Green+Blue) = 214+76+225=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #D64CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CE1 is #29B31E. Grayscale: #858585. Windows color (decimal): -2732831 or 14765270. OLE color: 14765270.
HSL color Cylindrical-coordinate representation of color #D64CE1: hue angle of 295.57º degrees, saturation: 0.71, 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 #D64CE1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 76 | 225 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.12 |
| HSL | 295.57º | 0.71% | 0.59% | - |
| HSV(B) | 295.57º | 0.66% | 0.88% | - |
| XYZ | 43.91 | 24.9 | 73.73 | - |
| YUV | 134.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 225 | 0.05 | 0.66 | 0 | 0.12 | 295.57 | 0.71 | 0.59 |
| Hex | D6 | 4C | E1 | 5 | 42 | 0 | C | 128 | 47 | 3B |
| Octal | 326 | 114 | 341 | 5 | 102 | 0 | 14 | 450 | 107 | 73 |
| Binary | 11010110 | 1001100 | 11100001 | 101 | 1000010 | 0 | 1100 | 100101000 | 1000111 | 111011 |
Color Harmonies of #D64CE1
Complementary color
Monochromatic Colors of #D64CE1
Black with #D64CE1
Text Example
Text Example
White with #D64CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CE1; }
p { color: rgb(214,76,225); }
H1.HeaderClassName
{
color: #D64CE1;
}
.AnyTagClassName
{
color: #D64CE1;
}
</style>
background-color css
<style>
a { background-color: #D64CE1; }
a { background-color: rgb(214,76,225); }
div.DivClassName
{
background-color: #D64CE1;
}
.BgClassName
{
background-color: #D64CE1;
}
</style>
border-color css
<style>
span { border-color: #D64CE1; }
span { border-color: rgb(214,76,225); }
td.TdClassName
{
border-color: #D64CE1;
}
.TagClassName
{
border-color: #D64CE1;
}
</style>