Html Css Color HEX #D348DC Free Speech Magenta
📋 copy color: '#D348DC'red 211 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #D348DC
Tints of Free Speech Magenta #D348DC
RGB
CMYK
RGB Variations
Color information
#D348DC (or 0xD348DC) is known color: Free Speech Magenta. HEX triplet: D3, 48 and DC. RGB value is (211,72,220). Sum of RGB (Red+Green+Blue) = 211+72+220=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #D348DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348DC is #2CB723. Grayscale: #818181. Windows color (decimal): -2930468 or 14436563. OLE color: 14436563.
HSL color Cylindrical-coordinate representation of color #D348DC: hue angle of 296.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D348DC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 72 | 220 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.14 |
| HSL | 296.35º | 0.68% | 0.57% | - |
| HSV(B) | 296.35º | 0.67% | 0.86% | - |
| XYZ | 42.1 | 23.65 | 70.06 | - |
| YUV | 130.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 220 | 0.04 | 0.67 | 0 | 0.14 | 296.35 | 0.68 | 0.57 |
| Hex | D3 | 48 | DC | 4 | 43 | 0 | E | 128 | 44 | 39 |
| Octal | 323 | 110 | 334 | 4 | 103 | 0 | 16 | 450 | 104 | 71 |
| Binary | 11010011 | 1001000 | 11011100 | 100 | 1000011 | 0 | 1110 | 100101000 | 1000100 | 111001 |
Color Harmonies of #D348DC
Complementary color
Monochromatic Colors of #D348DC
Black with #D348DC
Text Example
Text Example
White with #D348DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348DC; }
p { color: rgb(211,72,220); }
H1.HeaderClassName
{
color: #D348DC;
}
.AnyTagClassName
{
color: #D348DC;
}
</style>
background-color css
<style>
a { background-color: #D348DC; }
a { background-color: rgb(211,72,220); }
div.DivClassName
{
background-color: #D348DC;
}
.BgClassName
{
background-color: #D348DC;
}
</style>
border-color css
<style>
span { border-color: #D348DC; }
span { border-color: rgb(211,72,220); }
td.TdClassName
{
border-color: #D348DC;
}
.TagClassName
{
border-color: #D348DC;
}
</style>