Html Css Color HEX #D448ED Free Speech Magenta
📋 copy color: '#D448ED'red 212 ◦ green 72 ◦ blue 237
Shades of Free Speech Magenta #D448ED
Tints of Free Speech Magenta #D448ED
RGB
CMYK
RGB Variations
Color information
#D448ED (or 0xD448ED) is known color: Free Speech Magenta. HEX triplet: D4, 48 and ED. RGB value is (212,72,237). Sum of RGB (Red+Green+Blue) = 212+72+237=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D448ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448ED is #2BB712. Grayscale: #848484. Windows color (decimal): -2864915 or 15550676. OLE color: 15550676.
HSL color Cylindrical-coordinate representation of color #D448ED: hue angle of 290.91º 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 #D448ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 72 | 237 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.91º | 0.82% | 0.61% | - |
| HSV(B) | 290.91º | 0.7% | 0.93% | - |
| XYZ | 44.75 | 24.75 | 82.54 | - |
| YUV | 132.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 237 | 0.11 | 0.70 | 0 | 0.07 | 290.91 | 0.82 | 0.61 |
| Hex | D4 | 48 | ED | B | 46 | 0 | 7 | 123 | 52 | 3D |
| Octal | 324 | 110 | 355 | 13 | 106 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010100 | 1001000 | 11101101 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D448ED
Complementary color
Monochromatic Colors of #D448ED
Black with #D448ED
Text Example
Text Example
White with #D448ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448ED; }
p { color: rgb(212,72,237); }
H1.HeaderClassName
{
color: #D448ED;
}
.AnyTagClassName
{
color: #D448ED;
}
</style>
background-color css
<style>
a { background-color: #D448ED; }
a { background-color: rgb(212,72,237); }
div.DivClassName
{
background-color: #D448ED;
}
.BgClassName
{
background-color: #D448ED;
}
</style>
border-color css
<style>
span { border-color: #D448ED; }
span { border-color: rgb(212,72,237); }
td.TdClassName
{
border-color: #D448ED;
}
.TagClassName
{
border-color: #D448ED;
}
</style>