Html Css Color HEX #D748ED Free Speech Magenta
📋 copy color: '#D748ED'red 215 ◦ green 72 ◦ blue 237
Shades of Free Speech Magenta #D748ED
Tints of Free Speech Magenta #D748ED
RGB
CMYK
RGB Variations
Color information
#D748ED (or 0xD748ED) is known color: Free Speech Magenta. HEX triplet: D7, 48 and ED. RGB value is (215,72,237). Sum of RGB (Red+Green+Blue) = 215+72+237=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D748ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D748ED is #28B712. Grayscale: #858585. Windows color (decimal): -2668307 or 15550679. OLE color: 15550679.
HSL color Cylindrical-coordinate representation of color #D748ED: hue angle of 292º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D748ED is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 72 | 237 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.07 |
| HSL | 292º | 0.82% | 0.61% | - |
| HSV(B) | 292º | 0.7% | 0.93% | - |
| XYZ | 45.63 | 25.2 | 82.58 | - |
| YUV | 133.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 237 | 0.09 | 0.70 | 0 | 0.07 | 292 | 0.82 | 0.61 |
| Hex | D7 | 48 | ED | 9 | 46 | 0 | 7 | 124 | 52 | 3D |
| Octal | 327 | 110 | 355 | 11 | 106 | 0 | 7 | 444 | 122 | 75 |
| Binary | 11010111 | 1001000 | 11101101 | 1001 | 1000110 | 0 | 111 | 100100100 | 1010010 | 111101 |
Color Harmonies of #D748ED
Complementary color
Monochromatic Colors of #D748ED
Black with #D748ED
Text Example
Text Example
White with #D748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748ED; }
p { color: rgb(215,72,237); }
H1.HeaderClassName
{
color: #D748ED;
}
.AnyTagClassName
{
color: #D748ED;
}
</style>
background-color css
<style>
a { background-color: #D748ED; }
a { background-color: rgb(215,72,237); }
div.DivClassName
{
background-color: #D748ED;
}
.BgClassName
{
background-color: #D748ED;
}
</style>
border-color css
<style>
span { border-color: #D748ED; }
span { border-color: rgb(215,72,237); }
td.TdClassName
{
border-color: #D748ED;
}
.TagClassName
{
border-color: #D748ED;
}
</style>