Html Css Color HEX #D64BE8 Free Speech Magenta
📋 copy color: '#D64BE8'red 214 ◦ green 75 ◦ blue 232
Shades of Free Speech Magenta #D64BE8
Tints of Free Speech Magenta #D64BE8
RGB
CMYK
RGB Variations
Color information
#D64BE8 (or 0xD64BE8) is known color: Free Speech Magenta. HEX triplet: D6, 4B and E8. RGB value is (214,75,232). Sum of RGB (Red+Green+Blue) = 214+75+232=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #D64BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BE8 is #29B417. Grayscale: #858585. Windows color (decimal): -2733080 or 15223766. OLE color: 15223766.
HSL color Cylindrical-coordinate representation of color #D64BE8: hue angle of 293.12º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64BE8 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 75 | 232 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.09 |
| HSL | 293.12º | 0.77% | 0.6% | - |
| HSV(B) | 293.12º | 0.68% | 0.91% | - |
| XYZ | 44.81 | 25.15 | 78.84 | - |
| YUV | 134.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 232 | 0.08 | 0.68 | 0 | 0.09 | 293.12 | 0.77 | 0.6 |
| Hex | D6 | 4B | E8 | 8 | 44 | 0 | 9 | 125 | 4D | 3C |
| Octal | 326 | 113 | 350 | 10 | 104 | 0 | 11 | 445 | 115 | 74 |
| Binary | 11010110 | 1001011 | 11101000 | 1000 | 1000100 | 0 | 1001 | 100100101 | 1001101 | 111100 |
Color Harmonies of #D64BE8
Complementary color
Monochromatic Colors of #D64BE8
Black with #D64BE8
Text Example
Text Example
White with #D64BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BE8; }
p { color: rgb(214,75,232); }
H1.HeaderClassName
{
color: #D64BE8;
}
.AnyTagClassName
{
color: #D64BE8;
}
</style>
background-color css
<style>
a { background-color: #D64BE8; }
a { background-color: rgb(214,75,232); }
div.DivClassName
{
background-color: #D64BE8;
}
.BgClassName
{
background-color: #D64BE8;
}
</style>
border-color css
<style>
span { border-color: #D64BE8; }
span { border-color: rgb(214,75,232); }
td.TdClassName
{
border-color: #D64BE8;
}
.TagClassName
{
border-color: #D64BE8;
}
</style>