Html Css Color HEX #D64CE2 Free Speech Magenta
📋 copy color: '#D64CE2'red 214 ◦ green 76 ◦ blue 226
Shades of Free Speech Magenta #D64CE2
Tints of Free Speech Magenta #D64CE2
RGB
CMYK
RGB Variations
Color information
#D64CE2 (or 0xD64CE2) is known color: Free Speech Magenta. HEX triplet: D6, 4C and E2. RGB value is (214,76,226). Sum of RGB (Red+Green+Blue) = 214+76+226=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #D64CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CE2 is #29B31D. Grayscale: #858585. Windows color (decimal): -2732830 or 14830806. OLE color: 14830806.
HSL color Cylindrical-coordinate representation of color #D64CE2: hue angle of 295.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64CE2 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 76 | 226 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.11 |
| HSL | 295.2º | 0.72% | 0.59% | - |
| HSV(B) | 295.2º | 0.66% | 0.89% | - |
| XYZ | 44.04 | 24.96 | 74.45 | - |
| YUV | 134.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 226 | 0.05 | 0.66 | 0 | 0.11 | 295.2 | 0.72 | 0.59 |
| Hex | D6 | 4C | E2 | 5 | 42 | 0 | B | 127 | 48 | 3B |
| Octal | 326 | 114 | 342 | 5 | 102 | 0 | 13 | 447 | 110 | 73 |
| Binary | 11010110 | 1001100 | 11100010 | 101 | 1000010 | 0 | 1011 | 100100111 | 1001000 | 111011 |
Color Harmonies of #D64CE2
Complementary color
Monochromatic Colors of #D64CE2
Black with #D64CE2
Text Example
Text Example
White with #D64CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CE2; }
p { color: rgb(214,76,226); }
H1.HeaderClassName
{
color: #D64CE2;
}
.AnyTagClassName
{
color: #D64CE2;
}
</style>
background-color css
<style>
a { background-color: #D64CE2; }
a { background-color: rgb(214,76,226); }
div.DivClassName
{
background-color: #D64CE2;
}
.BgClassName
{
background-color: #D64CE2;
}
</style>
border-color css
<style>
span { border-color: #D64CE2; }
span { border-color: rgb(214,76,226); }
td.TdClassName
{
border-color: #D64CE2;
}
.TagClassName
{
border-color: #D64CE2;
}
</style>