Html Css Color HEX #D438D9 Free Speech Magenta
📋 copy color: '#D438D9'red 212 ◦ green 56 ◦ blue 217
Shades of Free Speech Magenta #D438D9
Tints of Free Speech Magenta #D438D9
RGB
CMYK
RGB Variations
Color information
#D438D9 (or 0xD438D9) is known color: Free Speech Magenta. HEX triplet: D4, 38 and D9. RGB value is (212,56,217). Sum of RGB (Red+Green+Blue) = 212+56+217=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #D438D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438D9 is #2BC726. Grayscale: #787878. Windows color (decimal): -2869031 or 14235860. OLE color: 14235860.
HSL color Cylindrical-coordinate representation of color #D438D9: hue angle of 298.14º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438D9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 56 | 217 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.15 |
| HSL | 298.14º | 0.68% | 0.54% | - |
| HSV(B) | 298.14º | 0.74% | 0.85% | - |
| XYZ | 41.09 | 21.84 | 67.69 | - |
| YUV | 121 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 217 | 0.02 | 0.74 | 0 | 0.15 | 298.14 | 0.68 | 0.54 |
| Hex | D4 | 38 | D9 | 2 | 4A | 0 | F | 12A | 44 | 36 |
| Octal | 324 | 70 | 331 | 2 | 112 | 0 | 17 | 452 | 104 | 66 |
| Binary | 11010100 | 111000 | 11011001 | 10 | 1001010 | 0 | 1111 | 100101010 | 1000100 | 110110 |
Color Harmonies of #D438D9
Complementary color
Monochromatic Colors of #D438D9
Black with #D438D9
Text Example
Text Example
White with #D438D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438D9; }
p { color: rgb(212,56,217); }
H1.HeaderClassName
{
color: #D438D9;
}
.AnyTagClassName
{
color: #D438D9;
}
</style>
background-color css
<style>
a { background-color: #D438D9; }
a { background-color: rgb(212,56,217); }
div.DivClassName
{
background-color: #D438D9;
}
.BgClassName
{
background-color: #D438D9;
}
</style>
border-color css
<style>
span { border-color: #D438D9; }
span { border-color: rgb(212,56,217); }
td.TdClassName
{
border-color: #D438D9;
}
.TagClassName
{
border-color: #D438D9;
}
</style>