Html Css Color HEX #D939D4 Free Speech Magenta
📋 copy color: '#D939D4'red 217 ◦ green 57 ◦ blue 212
Shades of Free Speech Magenta #D939D4
Tints of Free Speech Magenta #D939D4
RGB
CMYK
RGB Variations
Color information
#D939D4 (or 0xD939D4) is known color: Free Speech Magenta. HEX triplet: D9, 39 and D4. RGB value is (217,57,212). Sum of RGB (Red+Green+Blue) = 217+57+212=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D939D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939D4 is #26C62B. Grayscale: #7A7A7A. Windows color (decimal): -2541100 or 13908441. OLE color: 13908441.
HSL color Cylindrical-coordinate representation of color #D939D4: hue angle of 301.88º 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 #D939D4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 212 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.15 |
| HSL | 301.88º | 0.68% | 0.54% | - |
| HSV(B) | 301.88º | 0.74% | 0.85% | - |
| XYZ | 41.96 | 22.43 | 64.41 | - |
| YUV | 122.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 212 | 0 | 0.74 | 0.02 | 0.15 | 301.88 | 0.68 | 0.54 |
| Hex | D9 | 39 | D4 | 0 | 4A | 2 | F | 12E | 44 | 36 |
| Octal | 331 | 71 | 324 | 0 | 112 | 2 | 17 | 456 | 104 | 66 |
| Binary | 11011001 | 111001 | 11010100 | 0 | 1001010 | 10 | 1111 | 100101110 | 1000100 | 110110 |
Color Harmonies of #D939D4
Complementary color
Monochromatic Colors of #D939D4
Black with #D939D4
Text Example
Text Example
White with #D939D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939D4; }
p { color: rgb(217,57,212); }
H1.HeaderClassName
{
color: #D939D4;
}
.AnyTagClassName
{
color: #D939D4;
}
</style>
background-color css
<style>
a { background-color: #D939D4; }
a { background-color: rgb(217,57,212); }
div.DivClassName
{
background-color: #D939D4;
}
.BgClassName
{
background-color: #D939D4;
}
</style>
border-color css
<style>
span { border-color: #D939D4; }
span { border-color: rgb(217,57,212); }
td.TdClassName
{
border-color: #D939D4;
}
.TagClassName
{
border-color: #D939D4;
}
</style>