Html Css Color HEX #D339D8 Free Speech Magenta
📋 copy color: '#D339D8'red 211 ◦ green 57 ◦ blue 216
Shades of Free Speech Magenta #D339D8
Tints of Free Speech Magenta #D339D8
RGB
CMYK
RGB Variations
Color information
#D339D8 (or 0xD339D8) is known color: Free Speech Magenta. HEX triplet: D3, 39 and D8. RGB value is (211,57,216). Sum of RGB (Red+Green+Blue) = 211+57+216=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #D339D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339D8 is #2CC627. Grayscale: #787878. Windows color (decimal): -2934312 or 14170579. OLE color: 14170579.
HSL color Cylindrical-coordinate representation of color #D339D8: hue angle of 298.11º degrees, saturation: 0.67, 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 #D339D8 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 57 | 216 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.15 |
| HSL | 298.11º | 0.67% | 0.54% | - |
| HSV(B) | 298.11º | 0.74% | 0.85% | - |
| XYZ | 40.72 | 21.73 | 67.01 | - |
| YUV | 121.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 216 | 0.02 | 0.74 | 0 | 0.15 | 298.11 | 0.67 | 0.54 |
| Hex | D3 | 39 | D8 | 2 | 4A | 0 | F | 12A | 43 | 36 |
| Octal | 323 | 71 | 330 | 2 | 112 | 0 | 17 | 452 | 103 | 66 |
| Binary | 11010011 | 111001 | 11011000 | 10 | 1001010 | 0 | 1111 | 100101010 | 1000011 | 110110 |
Color Harmonies of #D339D8
Complementary color
Monochromatic Colors of #D339D8
Black with #D339D8
Text Example
Text Example
White with #D339D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339D8; }
p { color: rgb(211,57,216); }
H1.HeaderClassName
{
color: #D339D8;
}
.AnyTagClassName
{
color: #D339D8;
}
</style>
background-color css
<style>
a { background-color: #D339D8; }
a { background-color: rgb(211,57,216); }
div.DivClassName
{
background-color: #D339D8;
}
.BgClassName
{
background-color: #D339D8;
}
</style>
border-color css
<style>
span { border-color: #D339D8; }
span { border-color: rgb(211,57,216); }
td.TdClassName
{
border-color: #D339D8;
}
.TagClassName
{
border-color: #D339D8;
}
</style>