Html Css Color HEX #D938D3 Free Speech Magenta
📋 copy color: '#D938D3'red 217 ◦ green 56 ◦ blue 211
Shades of Free Speech Magenta #D938D3
Tints of Free Speech Magenta #D938D3
RGB
CMYK
RGB Variations
Color information
#D938D3 (or 0xD938D3) is known color: Free Speech Magenta. HEX triplet: D9, 38 and D3. RGB value is (217,56,211). Sum of RGB (Red+Green+Blue) = 217+56+211=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D938D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938D3 is #26C72C. Grayscale: #797979. Windows color (decimal): -2541357 or 13842649. OLE color: 13842649.
HSL color Cylindrical-coordinate representation of color #D938D3: hue angle of 302.24º 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 #D938D3 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 211 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.15 |
| HSL | 302.24º | 0.68% | 0.54% | - |
| HSV(B) | 302.24º | 0.74% | 0.85% | - |
| XYZ | 41.79 | 22.28 | 63.73 | - |
| YUV | 121.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 211 | 0 | 0.74 | 0.03 | 0.15 | 302.24 | 0.68 | 0.54 |
| Hex | D9 | 38 | D3 | 0 | 4A | 3 | F | 12E | 44 | 36 |
| Octal | 331 | 70 | 323 | 0 | 112 | 3 | 17 | 456 | 104 | 66 |
| Binary | 11011001 | 111000 | 11010011 | 0 | 1001010 | 11 | 1111 | 100101110 | 1000100 | 110110 |
Color Harmonies of #D938D3
Complementary color
Monochromatic Colors of #D938D3
Black with #D938D3
Text Example
Text Example
White with #D938D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938D3; }
p { color: rgb(217,56,211); }
H1.HeaderClassName
{
color: #D938D3;
}
.AnyTagClassName
{
color: #D938D3;
}
</style>
background-color css
<style>
a { background-color: #D938D3; }
a { background-color: rgb(217,56,211); }
div.DivClassName
{
background-color: #D938D3;
}
.BgClassName
{
background-color: #D938D3;
}
</style>
border-color css
<style>
span { border-color: #D938D3; }
span { border-color: rgb(217,56,211); }
td.TdClassName
{
border-color: #D938D3;
}
.TagClassName
{
border-color: #D938D3;
}
</style>