Html Css Color HEX #D338DF Free Speech Magenta
📋 copy color: '#D338DF'red 211 ◦ green 56 ◦ blue 223
Shades of Free Speech Magenta #D338DF
Tints of Free Speech Magenta #D338DF
RGB
CMYK
RGB Variations
Color information
#D338DF (or 0xD338DF) is known color: Free Speech Magenta. HEX triplet: D3, 38 and DF. RGB value is (211,56,223). Sum of RGB (Red+Green+Blue) = 211+56+223=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D338DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338DF is #2CC720. Grayscale: #787878. Windows color (decimal): -2934561 or 14629075. OLE color: 14629075.
HSL color Cylindrical-coordinate representation of color #D338DF: hue angle of 295.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D338DF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 56 | 223 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.13 |
| HSL | 295.69º | 0.72% | 0.55% | - |
| HSV(B) | 295.69º | 0.75% | 0.87% | - |
| XYZ | 41.6 | 22 | 71.87 | - |
| YUV | 121.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 223 | 0.05 | 0.75 | 0 | 0.13 | 295.69 | 0.72 | 0.55 |
| Hex | D3 | 38 | DF | 5 | 4B | 0 | D | 128 | 48 | 37 |
| Octal | 323 | 70 | 337 | 5 | 113 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010011 | 111000 | 11011111 | 101 | 1001011 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D338DF
Complementary color
Monochromatic Colors of #D338DF
Black with #D338DF
Text Example
Text Example
White with #D338DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338DF; }
p { color: rgb(211,56,223); }
H1.HeaderClassName
{
color: #D338DF;
}
.AnyTagClassName
{
color: #D338DF;
}
</style>
background-color css
<style>
a { background-color: #D338DF; }
a { background-color: rgb(211,56,223); }
div.DivClassName
{
background-color: #D338DF;
}
.BgClassName
{
background-color: #D338DF;
}
</style>
border-color css
<style>
span { border-color: #D338DF; }
span { border-color: rgb(211,56,223); }
td.TdClassName
{
border-color: #D338DF;
}
.TagClassName
{
border-color: #D338DF;
}
</style>