Html Css Color HEX #D651F2 Free Speech Magenta
📋 copy color: '#D651F2'red 214 ◦ green 81 ◦ blue 242
Shades of Free Speech Magenta #D651F2
Tints of Free Speech Magenta #D651F2
RGB
CMYK
RGB Variations
Color information
#D651F2 (or 0xD651F2) is known color: Free Speech Magenta. HEX triplet: D6, 51 and F2. RGB value is (214,81,242). Sum of RGB (Red+Green+Blue) = 214+81+242=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #D651F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651F2 is #29AE0D. Grayscale: #8A8A8A. Windows color (decimal): -2731534 or 15880662. OLE color: 15880662.
HSL color Cylindrical-coordinate representation of color #D651F2: hue angle of 289.57º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D651F2 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 81 | 242 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.05 |
| HSL | 289.57º | 0.86% | 0.63% | - |
| HSV(B) | 289.57º | 0.67% | 0.95% | - |
| XYZ | 46.7 | 26.59 | 86.68 | - |
| YUV | 139.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 242 | 0.12 | 0.67 | 0 | 0.05 | 289.57 | 0.86 | 0.63 |
| Hex | D6 | 51 | F2 | C | 43 | 0 | 5 | 122 | 56 | 3F |
| Octal | 326 | 121 | 362 | 14 | 103 | 0 | 5 | 442 | 126 | 77 |
| Binary | 11010110 | 1010001 | 11110010 | 1100 | 1000011 | 0 | 101 | 100100010 | 1010110 | 111111 |
Color Harmonies of #D651F2
Complementary color
Monochromatic Colors of #D651F2
Black with #D651F2
Text Example
Text Example
White with #D651F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651F2; }
p { color: rgb(214,81,242); }
H1.HeaderClassName
{
color: #D651F2;
}
.AnyTagClassName
{
color: #D651F2;
}
</style>
background-color css
<style>
a { background-color: #D651F2; }
a { background-color: rgb(214,81,242); }
div.DivClassName
{
background-color: #D651F2;
}
.BgClassName
{
background-color: #D651F2;
}
</style>
border-color css
<style>
span { border-color: #D651F2; }
span { border-color: rgb(214,81,242); }
td.TdClassName
{
border-color: #D651F2;
}
.TagClassName
{
border-color: #D651F2;
}
</style>