Html Css Color HEX #D938D9 Free Speech Magenta
📋 copy color: '#D938D9'red 217 ◦ green 56 ◦ blue 217
Shades of Free Speech Magenta #D938D9
Tints of Free Speech Magenta #D938D9
RGB
CMYK
RGB Variations
Color information
#D938D9 (or 0xD938D9) is known color: Free Speech Magenta. HEX triplet: D9, 38 and D9. RGB value is (217,56,217). Sum of RGB (Red+Green+Blue) = 217+56+217=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D938D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938D9 is #26C726. Grayscale: #7A7A7A. Windows color (decimal): -2541351 or 14235865. OLE color: 14235865.
HSL color Cylindrical-coordinate representation of color #D938D9: hue angle of 300º 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 #D938D9 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 217 | - |
| CMYK | 0 | 0.74 | 0 | 0.15 |
| HSL | 300º | 0.68% | 0.54% | - |
| HSV(B) | 300º | 0.74% | 0.85% | - |
| XYZ | 42.55 | 22.59 | 67.76 | - |
| YUV | 122.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 217 | 0 | 0.74 | 0 | 0.15 | 300 | 0.68 | 0.54 |
| Hex | D9 | 38 | D9 | 0 | 4A | 0 | F | 12C | 44 | 36 |
| Octal | 331 | 70 | 331 | 0 | 112 | 0 | 17 | 454 | 104 | 66 |
| Binary | 11011001 | 111000 | 11011001 | 0 | 1001010 | 0 | 1111 | 100101100 | 1000100 | 110110 |
Color Harmonies of #D938D9
Complementary color
Monochromatic Colors of #D938D9
Black with #D938D9
Text Example
Text Example
White with #D938D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938D9; }
p { color: rgb(217,56,217); }
H1.HeaderClassName
{
color: #D938D9;
}
.AnyTagClassName
{
color: #D938D9;
}
</style>
background-color css
<style>
a { background-color: #D938D9; }
a { background-color: rgb(217,56,217); }
div.DivClassName
{
background-color: #D938D9;
}
.BgClassName
{
background-color: #D938D9;
}
</style>
border-color css
<style>
span { border-color: #D938D9; }
span { border-color: rgb(217,56,217); }
td.TdClassName
{
border-color: #D938D9;
}
.TagClassName
{
border-color: #D938D9;
}
</style>