Html Css Color HEX #D64FDF Free Speech Magenta
📋 copy color: '#D64FDF'red 214 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #D64FDF
Tints of Free Speech Magenta #D64FDF
RGB
CMYK
RGB Variations
Color information
#D64FDF (or 0xD64FDF) is known color: Free Speech Magenta. HEX triplet: D6, 4F and DF. RGB value is (214,79,223). Sum of RGB (Red+Green+Blue) = 214+79+223=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D64FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FDF is #29B020. Grayscale: #878787. Windows color (decimal): -2732065 or 14634966. OLE color: 14634966.
HSL color Cylindrical-coordinate representation of color #D64FDF: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64FDF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 79 | 223 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.25º | 0.69% | 0.59% | - |
| HSV(B) | 296.25º | 0.65% | 0.87% | - |
| XYZ | 43.85 | 25.22 | 72.37 | - |
| YUV | 135.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 223 | 0.04 | 0.65 | 0 | 0.13 | 296.25 | 0.69 | 0.59 |
| Hex | D6 | 4F | DF | 4 | 41 | 0 | D | 128 | 45 | 3B |
| Octal | 326 | 117 | 337 | 4 | 101 | 0 | 15 | 450 | 105 | 73 |
| Binary | 11010110 | 1001111 | 11011111 | 100 | 1000001 | 0 | 1101 | 100101000 | 1000101 | 111011 |
Color Harmonies of #D64FDF
Complementary color
Monochromatic Colors of #D64FDF
Black with #D64FDF
Text Example
Text Example
White with #D64FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FDF; }
p { color: rgb(214,79,223); }
H1.HeaderClassName
{
color: #D64FDF;
}
.AnyTagClassName
{
color: #D64FDF;
}
</style>
background-color css
<style>
a { background-color: #D64FDF; }
a { background-color: rgb(214,79,223); }
div.DivClassName
{
background-color: #D64FDF;
}
.BgClassName
{
background-color: #D64FDF;
}
</style>
border-color css
<style>
span { border-color: #D64FDF; }
span { border-color: rgb(214,79,223); }
td.TdClassName
{
border-color: #D64FDF;
}
.TagClassName
{
border-color: #D64FDF;
}
</style>