Html Css Color HEX #D338D7 Free Speech Magenta
📋 copy color: '#D338D7'red 211 ◦ green 56 ◦ blue 215
Shades of Free Speech Magenta #D338D7
Tints of Free Speech Magenta #D338D7
RGB
CMYK
RGB Variations
Color information
#D338D7 (or 0xD338D7) is known color: Free Speech Magenta. HEX triplet: D3, 38 and D7. RGB value is (211,56,215). Sum of RGB (Red+Green+Blue) = 211+56+215=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #D338D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338D7 is #2CC728. Grayscale: #777777. Windows color (decimal): -2934569 or 14104787. OLE color: 14104787.
HSL color Cylindrical-coordinate representation of color #D338D7: hue angle of 298.49º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D338D7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 56 | 215 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.16 |
| HSL | 298.49º | 0.67% | 0.53% | - |
| HSV(B) | 298.49º | 0.74% | 0.84% | - |
| XYZ | 40.54 | 21.58 | 66.32 | - |
| YUV | 120.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 215 | 0.02 | 0.74 | 0 | 0.16 | 298.49 | 0.67 | 0.53 |
| Hex | D3 | 38 | D7 | 2 | 4A | 0 | 10 | 12A | 43 | 35 |
| Octal | 323 | 70 | 327 | 2 | 112 | 0 | 20 | 452 | 103 | 65 |
| Binary | 11010011 | 111000 | 11010111 | 10 | 1001010 | 0 | 10000 | 100101010 | 1000011 | 110101 |
Color Harmonies of #D338D7
Complementary color
Monochromatic Colors of #D338D7
Black with #D338D7
Text Example
Text Example
White with #D338D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338D7; }
p { color: rgb(211,56,215); }
H1.HeaderClassName
{
color: #D338D7;
}
.AnyTagClassName
{
color: #D338D7;
}
</style>
background-color css
<style>
a { background-color: #D338D7; }
a { background-color: rgb(211,56,215); }
div.DivClassName
{
background-color: #D338D7;
}
.BgClassName
{
background-color: #D338D7;
}
</style>
border-color css
<style>
span { border-color: #D338D7; }
span { border-color: rgb(211,56,215); }
td.TdClassName
{
border-color: #D338D7;
}
.TagClassName
{
border-color: #D338D7;
}
</style>