Html Css Color HEX #D750F2 Free Speech Magenta
📋 copy color: '#D750F2'red 215 ◦ green 80 ◦ blue 242
Shades of Free Speech Magenta #D750F2
Tints of Free Speech Magenta #D750F2
RGB
CMYK
RGB Variations
Color information
#D750F2 (or 0xD750F2) is known color: Free Speech Magenta. HEX triplet: D7, 50 and F2. RGB value is (215,80,242). Sum of RGB (Red+Green+Blue) = 215+80+242=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 80 (31.64% from 255 or 14.90% 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 #D750F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D750F2 is #28AF0D. Grayscale: #8A8A8A. Windows color (decimal): -2666254 or 15880407. OLE color: 15880407.
HSL color Cylindrical-coordinate representation of color #D750F2: hue angle of 290º 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 #D750F2 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 80 | 242 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.05 |
| HSL | 290º | 0.86% | 0.63% | - |
| HSV(B) | 290º | 0.67% | 0.95% | - |
| XYZ | 46.92 | 26.6 | 86.66 | - |
| YUV | 138.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 242 | 0.11 | 0.67 | 0 | 0.05 | 290 | 0.86 | 0.63 |
| Hex | D7 | 50 | F2 | B | 43 | 0 | 5 | 122 | 56 | 3F |
| Octal | 327 | 120 | 362 | 13 | 103 | 0 | 5 | 442 | 126 | 77 |
| Binary | 11010111 | 1010000 | 11110010 | 1011 | 1000011 | 0 | 101 | 100100010 | 1010110 | 111111 |
Color Harmonies of #D750F2
Complementary color
Monochromatic Colors of #D750F2
Black with #D750F2
Text Example
Text Example
White with #D750F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750F2; }
p { color: rgb(215,80,242); }
H1.HeaderClassName
{
color: #D750F2;
}
.AnyTagClassName
{
color: #D750F2;
}
</style>
background-color css
<style>
a { background-color: #D750F2; }
a { background-color: rgb(215,80,242); }
div.DivClassName
{
background-color: #D750F2;
}
.BgClassName
{
background-color: #D750F2;
}
</style>
border-color css
<style>
span { border-color: #D750F2; }
span { border-color: rgb(215,80,242); }
td.TdClassName
{
border-color: #D750F2;
}
.TagClassName
{
border-color: #D750F2;
}
</style>