Html Css Color HEX #D938D0 Free Speech Magenta
📋 copy color: '#D938D0'red 217 ◦ green 56 ◦ blue 208
Shades of Free Speech Magenta #D938D0
Tints of Free Speech Magenta #D938D0
RGB
CMYK
RGB Variations
Color information
#D938D0 (or 0xD938D0) is known color: Free Speech Magenta. HEX triplet: D9, 38 and D0. RGB value is (217,56,208). Sum of RGB (Red+Green+Blue) = 217+56+208=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D938D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938D0 is #26C72F. Grayscale: #797979. Windows color (decimal): -2541360 or 13646041. OLE color: 13646041.
HSL color Cylindrical-coordinate representation of color #D938D0: hue angle of 303.35º 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 #D938D0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 208 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.15 |
| HSL | 303.35º | 0.68% | 0.54% | - |
| HSV(B) | 303.35º | 0.74% | 0.85% | - |
| XYZ | 41.41 | 22.13 | 61.76 | - |
| YUV | 121.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 208 | 0 | 0.74 | 0.04 | 0.15 | 303.35 | 0.68 | 0.54 |
| Hex | D9 | 38 | D0 | 0 | 4A | 4 | F | 12F | 44 | 36 |
| Octal | 331 | 70 | 320 | 0 | 112 | 4 | 17 | 457 | 104 | 66 |
| Binary | 11011001 | 111000 | 11010000 | 0 | 1001010 | 100 | 1111 | 100101111 | 1000100 | 110110 |
Color Harmonies of #D938D0
Complementary color
Monochromatic Colors of #D938D0
Black with #D938D0
Text Example
Text Example
White with #D938D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938D0; }
p { color: rgb(217,56,208); }
H1.HeaderClassName
{
color: #D938D0;
}
.AnyTagClassName
{
color: #D938D0;
}
</style>
background-color css
<style>
a { background-color: #D938D0; }
a { background-color: rgb(217,56,208); }
div.DivClassName
{
background-color: #D938D0;
}
.BgClassName
{
background-color: #D938D0;
}
</style>
border-color css
<style>
span { border-color: #D938D0; }
span { border-color: rgb(217,56,208); }
td.TdClassName
{
border-color: #D938D0;
}
.TagClassName
{
border-color: #D938D0;
}
</style>