Html Css Color HEX #D448EA Free Speech Magenta
📋 copy color: '#D448EA'red 212 ◦ green 72 ◦ blue 234
Shades of Free Speech Magenta #D448EA
Tints of Free Speech Magenta #D448EA
RGB
CMYK
RGB Variations
Color information
#D448EA (or 0xD448EA) is known color: Free Speech Magenta. HEX triplet: D4, 48 and EA. RGB value is (212,72,234). Sum of RGB (Red+Green+Blue) = 212+72+234=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #D448EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448EA is #2BB715. Grayscale: #838383. Windows color (decimal): -2864918 or 15354068. OLE color: 15354068.
HSL color Cylindrical-coordinate representation of color #D448EA: hue angle of 291.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D448EA is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 72 | 234 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.08 |
| HSL | 291.85º | 0.79% | 0.6% | - |
| HSV(B) | 291.85º | 0.69% | 0.92% | - |
| XYZ | 44.32 | 24.57 | 80.25 | - |
| YUV | 132.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 234 | 0.09 | 0.69 | 0 | 0.08 | 291.85 | 0.79 | 0.6 |
| Hex | D4 | 48 | EA | 9 | 45 | 0 | 8 | 124 | 4F | 3C |
| Octal | 324 | 110 | 352 | 11 | 105 | 0 | 10 | 444 | 117 | 74 |
| Binary | 11010100 | 1001000 | 11101010 | 1001 | 1000101 | 0 | 1000 | 100100100 | 1001111 | 111100 |
Color Harmonies of #D448EA
Complementary color
Monochromatic Colors of #D448EA
Black with #D448EA
Text Example
Text Example
White with #D448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448EA; }
p { color: rgb(212,72,234); }
H1.HeaderClassName
{
color: #D448EA;
}
.AnyTagClassName
{
color: #D448EA;
}
</style>
background-color css
<style>
a { background-color: #D448EA; }
a { background-color: rgb(212,72,234); }
div.DivClassName
{
background-color: #D448EA;
}
.BgClassName
{
background-color: #D448EA;
}
</style>
border-color css
<style>
span { border-color: #D448EA; }
span { border-color: rgb(212,72,234); }
td.TdClassName
{
border-color: #D448EA;
}
.TagClassName
{
border-color: #D448EA;
}
</style>