Html Css Color HEX #D748E3 Free Speech Magenta
📋 copy color: '#D748E3'red 215 ◦ green 72 ◦ blue 227
Shades of Free Speech Magenta #D748E3
Tints of Free Speech Magenta #D748E3
RGB
CMYK
RGB Variations
Color information
#D748E3 (or 0xD748E3) is known color: Free Speech Magenta. HEX triplet: D7, 48 and E3. RGB value is (215,72,227). Sum of RGB (Red+Green+Blue) = 215+72+227=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #D748E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748E3 is #28B71C. Grayscale: #838383. Windows color (decimal): -2668317 or 14895319. OLE color: 14895319.
HSL color Cylindrical-coordinate representation of color #D748E3: hue angle of 295.35º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D748E3 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 72 | 227 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.11 |
| HSL | 295.35º | 0.73% | 0.59% | - |
| HSV(B) | 295.35º | 0.68% | 0.89% | - |
| XYZ | 44.21 | 24.63 | 75.1 | - |
| YUV | 132.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 227 | 0.05 | 0.68 | 0 | 0.11 | 295.35 | 0.73 | 0.59 |
| Hex | D7 | 48 | E3 | 5 | 44 | 0 | B | 127 | 49 | 3B |
| Octal | 327 | 110 | 343 | 5 | 104 | 0 | 13 | 447 | 111 | 73 |
| Binary | 11010111 | 1001000 | 11100011 | 101 | 1000100 | 0 | 1011 | 100100111 | 1001001 | 111011 |
Color Harmonies of #D748E3
Complementary color
Monochromatic Colors of #D748E3
Black with #D748E3
Text Example
Text Example
White with #D748E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748E3; }
p { color: rgb(215,72,227); }
H1.HeaderClassName
{
color: #D748E3;
}
.AnyTagClassName
{
color: #D748E3;
}
</style>
background-color css
<style>
a { background-color: #D748E3; }
a { background-color: rgb(215,72,227); }
div.DivClassName
{
background-color: #D748E3;
}
.BgClassName
{
background-color: #D748E3;
}
</style>
border-color css
<style>
span { border-color: #D748E3; }
span { border-color: rgb(215,72,227); }
td.TdClassName
{
border-color: #D748E3;
}
.TagClassName
{
border-color: #D748E3;
}
</style>