Html Css Color HEX #D938D1 Free Speech Magenta
📋 copy color: '#D938D1'red 217 ◦ green 56 ◦ blue 209
Shades of Free Speech Magenta #D938D1
Tints of Free Speech Magenta #D938D1
RGB
CMYK
RGB Variations
Color information
#D938D1 (or 0xD938D1) is known color: Free Speech Magenta. HEX triplet: D9, 38 and D1. RGB value is (217,56,209). Sum of RGB (Red+Green+Blue) = 217+56+209=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D938D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938D1 is #26C72E. Grayscale: #797979. Windows color (decimal): -2541359 or 13711577. OLE color: 13711577.
HSL color Cylindrical-coordinate representation of color #D938D1: hue angle of 302.98º 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 #D938D1 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 209 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.15 |
| HSL | 302.98º | 0.68% | 0.54% | - |
| HSV(B) | 302.98º | 0.74% | 0.85% | - |
| XYZ | 41.54 | 22.18 | 62.41 | - |
| YUV | 121.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 209 | 0 | 0.74 | 0.04 | 0.15 | 302.98 | 0.68 | 0.54 |
| Hex | D9 | 38 | D1 | 0 | 4A | 4 | F | 12F | 44 | 36 |
| Octal | 331 | 70 | 321 | 0 | 112 | 4 | 17 | 457 | 104 | 66 |
| Binary | 11011001 | 111000 | 11010001 | 0 | 1001010 | 100 | 1111 | 100101111 | 1000100 | 110110 |
Color Harmonies of #D938D1
Complementary color
Monochromatic Colors of #D938D1
Black with #D938D1
Text Example
Text Example
White with #D938D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938D1; }
p { color: rgb(217,56,209); }
H1.HeaderClassName
{
color: #D938D1;
}
.AnyTagClassName
{
color: #D938D1;
}
</style>
background-color css
<style>
a { background-color: #D938D1; }
a { background-color: rgb(217,56,209); }
div.DivClassName
{
background-color: #D938D1;
}
.BgClassName
{
background-color: #D938D1;
}
</style>
border-color css
<style>
span { border-color: #D938D1; }
span { border-color: rgb(217,56,209); }
td.TdClassName
{
border-color: #D938D1;
}
.TagClassName
{
border-color: #D938D1;
}
</style>