Html Css Color HEX #D651E1 Free Speech Magenta
📋 copy color: '#D651E1'red 214 ◦ green 81 ◦ blue 225
Shades of Free Speech Magenta #D651E1
Tints of Free Speech Magenta #D651E1
RGB
CMYK
RGB Variations
Color information
#D651E1 (or 0xD651E1) is known color: Free Speech Magenta. HEX triplet: D6, 51 and E1. RGB value is (214,81,225). Sum of RGB (Red+Green+Blue) = 214+81+225=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #D651E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651E1 is #29AE1E. Grayscale: #888888. Windows color (decimal): -2731551 or 14766550. OLE color: 14766550.
HSL color Cylindrical-coordinate representation of color #D651E1: hue angle of 295.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D651E1 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 81 | 225 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.12 |
| HSL | 295.42º | 0.71% | 0.6% | - |
| HSV(B) | 295.42º | 0.64% | 0.88% | - |
| XYZ | 44.26 | 25.62 | 73.85 | - |
| YUV | 137.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 225 | 0.05 | 0.64 | 0 | 0.12 | 295.42 | 0.71 | 0.6 |
| Hex | D6 | 51 | E1 | 5 | 40 | 0 | C | 127 | 47 | 3C |
| Octal | 326 | 121 | 341 | 5 | 100 | 0 | 14 | 447 | 107 | 74 |
| Binary | 11010110 | 1010001 | 11100001 | 101 | 1000000 | 0 | 1100 | 100100111 | 1000111 | 111100 |
Color Harmonies of #D651E1
Complementary color
Monochromatic Colors of #D651E1
Black with #D651E1
Text Example
Text Example
White with #D651E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651E1; }
p { color: rgb(214,81,225); }
H1.HeaderClassName
{
color: #D651E1;
}
.AnyTagClassName
{
color: #D651E1;
}
</style>
background-color css
<style>
a { background-color: #D651E1; }
a { background-color: rgb(214,81,225); }
div.DivClassName
{
background-color: #D651E1;
}
.BgClassName
{
background-color: #D651E1;
}
</style>
border-color css
<style>
span { border-color: #D651E1; }
span { border-color: rgb(214,81,225); }
td.TdClassName
{
border-color: #D651E1;
}
.TagClassName
{
border-color: #D651E1;
}
</style>