Html Css Color HEX #D651E2 Free Speech Magenta
📋 copy color: '#D651E2'red 214 ◦ green 81 ◦ blue 226
Shades of Free Speech Magenta #D651E2
Tints of Free Speech Magenta #D651E2
RGB
CMYK
RGB Variations
Color information
#D651E2 (or 0xD651E2) is known color: Free Speech Magenta. HEX triplet: D6, 51 and E2. RGB value is (214,81,226). Sum of RGB (Red+Green+Blue) = 214+81+226=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #D651E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651E2 is #29AE1D. Grayscale: #888888. Windows color (decimal): -2731550 or 14832086. OLE color: 14832086.
HSL color Cylindrical-coordinate representation of color #D651E2: hue angle of 295.03º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D651E2 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 81 | 226 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.11 |
| HSL | 295.03º | 0.71% | 0.6% | - |
| HSV(B) | 295.03º | 0.64% | 0.89% | - |
| XYZ | 44.4 | 25.67 | 74.57 | - |
| YUV | 137.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 226 | 0.05 | 0.64 | 0 | 0.11 | 295.03 | 0.71 | 0.6 |
| Hex | D6 | 51 | E2 | 5 | 40 | 0 | B | 127 | 47 | 3C |
| Octal | 326 | 121 | 342 | 5 | 100 | 0 | 13 | 447 | 107 | 74 |
| Binary | 11010110 | 1010001 | 11100010 | 101 | 1000000 | 0 | 1011 | 100100111 | 1000111 | 111100 |
Color Harmonies of #D651E2
Complementary color
Monochromatic Colors of #D651E2
Black with #D651E2
Text Example
Text Example
White with #D651E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651E2; }
p { color: rgb(214,81,226); }
H1.HeaderClassName
{
color: #D651E2;
}
.AnyTagClassName
{
color: #D651E2;
}
</style>
background-color css
<style>
a { background-color: #D651E2; }
a { background-color: rgb(214,81,226); }
div.DivClassName
{
background-color: #D651E2;
}
.BgClassName
{
background-color: #D651E2;
}
</style>
border-color css
<style>
span { border-color: #D651E2; }
span { border-color: rgb(214,81,226); }
td.TdClassName
{
border-color: #D651E2;
}
.TagClassName
{
border-color: #D651E2;
}
</style>