Html Css Color HEX #D938D7 Free Speech Magenta
📋 copy color: '#D938D7'red 217 ◦ green 56 ◦ blue 215
Shades of Free Speech Magenta #D938D7
Tints of Free Speech Magenta #D938D7
RGB
CMYK
RGB Variations
Color information
#D938D7 (or 0xD938D7) is known color: Free Speech Magenta. HEX triplet: D9, 38 and D7. RGB value is (217,56,215). Sum of RGB (Red+Green+Blue) = 217+56+215=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D938D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938D7 is #26C728. Grayscale: #797979. Windows color (decimal): -2541353 or 14104793. OLE color: 14104793.
HSL color Cylindrical-coordinate representation of color #D938D7: hue angle of 300.75º 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 #D938D7 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 215 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.15 |
| HSL | 300.75º | 0.68% | 0.54% | - |
| HSV(B) | 300.75º | 0.74% | 0.85% | - |
| XYZ | 42.3 | 22.49 | 66.4 | - |
| YUV | 122.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 215 | 0 | 0.74 | 0.01 | 0.15 | 300.75 | 0.68 | 0.54 |
| Hex | D9 | 38 | D7 | 0 | 4A | 1 | F | 12D | 44 | 36 |
| Octal | 331 | 70 | 327 | 0 | 112 | 1 | 17 | 455 | 104 | 66 |
| Binary | 11011001 | 111000 | 11010111 | 0 | 1001010 | 1 | 1111 | 100101101 | 1000100 | 110110 |
Color Harmonies of #D938D7
Complementary color
Monochromatic Colors of #D938D7
Black with #D938D7
Text Example
Text Example
White with #D938D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938D7; }
p { color: rgb(217,56,215); }
H1.HeaderClassName
{
color: #D938D7;
}
.AnyTagClassName
{
color: #D938D7;
}
</style>
background-color css
<style>
a { background-color: #D938D7; }
a { background-color: rgb(217,56,215); }
div.DivClassName
{
background-color: #D938D7;
}
.BgClassName
{
background-color: #D938D7;
}
</style>
border-color css
<style>
span { border-color: #D938D7; }
span { border-color: rgb(217,56,215); }
td.TdClassName
{
border-color: #D938D7;
}
.TagClassName
{
border-color: #D938D7;
}
</style>