Html Css Color HEX #D748E4 Free Speech Magenta
📋 copy color: '#D748E4'red 215 ◦ green 72 ◦ blue 228
Shades of Free Speech Magenta #D748E4
Tints of Free Speech Magenta #D748E4
RGB
CMYK
RGB Variations
Color information
#D748E4 (or 0xD748E4) is known color: Free Speech Magenta. HEX triplet: D7, 48 and E4. RGB value is (215,72,228). Sum of RGB (Red+Green+Blue) = 215+72+228=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #D748E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748E4 is #28B71B. Grayscale: #848484. Windows color (decimal): -2668316 or 14960855. OLE color: 14960855.
HSL color Cylindrical-coordinate representation of color #D748E4: hue angle of 295º degrees, saturation: 0.74, 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 #D748E4 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 72 | 228 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.11 |
| HSL | 295º | 0.74% | 0.59% | - |
| HSV(B) | 295º | 0.68% | 0.89% | - |
| XYZ | 44.35 | 24.68 | 75.83 | - |
| YUV | 132.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 228 | 0.06 | 0.68 | 0 | 0.11 | 295 | 0.74 | 0.59 |
| Hex | D7 | 48 | E4 | 6 | 44 | 0 | B | 127 | 4A | 3B |
| Octal | 327 | 110 | 344 | 6 | 104 | 0 | 13 | 447 | 112 | 73 |
| Binary | 11010111 | 1001000 | 11100100 | 110 | 1000100 | 0 | 1011 | 100100111 | 1001010 | 111011 |
Color Harmonies of #D748E4
Complementary color
Monochromatic Colors of #D748E4
Black with #D748E4
Text Example
Text Example
White with #D748E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748E4; }
p { color: rgb(215,72,228); }
H1.HeaderClassName
{
color: #D748E4;
}
.AnyTagClassName
{
color: #D748E4;
}
</style>
background-color css
<style>
a { background-color: #D748E4; }
a { background-color: rgb(215,72,228); }
div.DivClassName
{
background-color: #D748E4;
}
.BgClassName
{
background-color: #D748E4;
}
</style>
border-color css
<style>
span { border-color: #D748E4; }
span { border-color: rgb(215,72,228); }
td.TdClassName
{
border-color: #D748E4;
}
.TagClassName
{
border-color: #D748E4;
}
</style>