Html Css Color HEX #D348D2 Free Speech Magenta
📋 copy color: '#D348D2'red 211 ◦ green 72 ◦ blue 210
Shades of Free Speech Magenta #D348D2
Tints of Free Speech Magenta #D348D2
RGB
CMYK
RGB Variations
Color information
#D348D2 (or 0xD348D2) is known color: Free Speech Magenta. HEX triplet: D3, 48 and D2. RGB value is (211,72,210). Sum of RGB (Red+Green+Blue) = 211+72+210=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D348D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348D2 is #2CB72D. Grayscale: #808080. Windows color (decimal): -2930478 or 13781203. OLE color: 13781203.
HSL color Cylindrical-coordinate representation of color #D348D2: hue angle of 300.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D348D2 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 210 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.17 |
| HSL | 300.43º | 0.61% | 0.55% | - |
| HSV(B) | 300.43º | 0.66% | 0.83% | - |
| XYZ | 40.81 | 23.14 | 63.29 | - |
| YUV | 129.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 210 | 0 | 0.66 | 0.00 | 0.17 | 300.43 | 0.61 | 0.55 |
| Hex | D3 | 48 | D2 | 0 | 42 | 0 | 11 | 12C | 3D | 37 |
| Octal | 323 | 110 | 322 | 0 | 102 | 0 | 21 | 454 | 75 | 67 |
| Binary | 11010011 | 1001000 | 11010010 | 0 | 1000010 | 0 | 10001 | 100101100 | 111101 | 110111 |
Color Harmonies of #D348D2
Complementary color
Monochromatic Colors of #D348D2
Black with #D348D2
Text Example
Text Example
White with #D348D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348D2; }
p { color: rgb(211,72,210); }
H1.HeaderClassName
{
color: #D348D2;
}
.AnyTagClassName
{
color: #D348D2;
}
</style>
background-color css
<style>
a { background-color: #D348D2; }
a { background-color: rgb(211,72,210); }
div.DivClassName
{
background-color: #D348D2;
}
.BgClassName
{
background-color: #D348D2;
}
</style>
border-color css
<style>
span { border-color: #D348D2; }
span { border-color: rgb(211,72,210); }
td.TdClassName
{
border-color: #D348D2;
}
.TagClassName
{
border-color: #D348D2;
}
</style>