Html Css Color HEX #D748D5 Free Speech Magenta
📋 copy color: '#D748D5'red 215 ◦ green 72 ◦ blue 213
Shades of Free Speech Magenta #D748D5
Tints of Free Speech Magenta #D748D5
RGB
CMYK
RGB Variations
Color information
#D748D5 (or 0xD748D5) is known color: Free Speech Magenta. HEX triplet: D7, 48 and D5. RGB value is (215,72,213). Sum of RGB (Red+Green+Blue) = 215+72+213=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D748D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748D5 is #28B72A. Grayscale: #828282. Windows color (decimal): -2668331 or 13977815. OLE color: 13977815.
HSL color Cylindrical-coordinate representation of color #D748D5: hue angle of 300.84º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748D5 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 213 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.16 |
| HSL | 300.84º | 0.64% | 0.56% | - |
| HSV(B) | 300.84º | 0.67% | 0.84% | - |
| XYZ | 42.35 | 23.89 | 65.33 | - |
| YUV | 130.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 213 | 0 | 0.67 | 0.01 | 0.16 | 300.84 | 0.64 | 0.56 |
| Hex | D7 | 48 | D5 | 0 | 43 | 1 | 10 | 12D | 40 | 38 |
| Octal | 327 | 110 | 325 | 0 | 103 | 1 | 20 | 455 | 100 | 70 |
| Binary | 11010111 | 1001000 | 11010101 | 0 | 1000011 | 1 | 10000 | 100101101 | 1000000 | 111000 |
Color Harmonies of #D748D5
Complementary color
Monochromatic Colors of #D748D5
Black with #D748D5
Text Example
Text Example
White with #D748D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748D5; }
p { color: rgb(215,72,213); }
H1.HeaderClassName
{
color: #D748D5;
}
.AnyTagClassName
{
color: #D748D5;
}
</style>
background-color css
<style>
a { background-color: #D748D5; }
a { background-color: rgb(215,72,213); }
div.DivClassName
{
background-color: #D748D5;
}
.BgClassName
{
background-color: #D748D5;
}
</style>
border-color css
<style>
span { border-color: #D748D5; }
span { border-color: rgb(215,72,213); }
td.TdClassName
{
border-color: #D748D5;
}
.TagClassName
{
border-color: #D748D5;
}
</style>