Html Css Color HEX #D347D5 Free Speech Magenta
📋 copy color: '#D347D5'red 211 ◦ green 71 ◦ blue 213
Shades of Free Speech Magenta #D347D5
Tints of Free Speech Magenta #D347D5
RGB
CMYK
RGB Variations
Color information
#D347D5 (or 0xD347D5) is known color: Free Speech Magenta. HEX triplet: D3, 47 and D5. RGB value is (211,71,213). Sum of RGB (Red+Green+Blue) = 211+71+213=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #D347D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347D5 is #2CB82A. Grayscale: #808080. Windows color (decimal): -2930731 or 13977555. OLE color: 13977555.
HSL color Cylindrical-coordinate representation of color #D347D5: hue angle of 299.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D347D5 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 71 | 213 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.16 |
| HSL | 299.15º | 0.63% | 0.56% | - |
| HSV(B) | 299.15º | 0.67% | 0.84% | - |
| XYZ | 41.13 | 23.16 | 65.25 | - |
| YUV | 129.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 213 | 0.01 | 0.67 | 0 | 0.16 | 299.15 | 0.63 | 0.56 |
| Hex | D3 | 47 | D5 | 1 | 43 | 0 | 10 | 12B | 3F | 38 |
| Octal | 323 | 107 | 325 | 1 | 103 | 0 | 20 | 453 | 77 | 70 |
| Binary | 11010011 | 1000111 | 11010101 | 1 | 1000011 | 0 | 10000 | 100101011 | 111111 | 111000 |
Color Harmonies of #D347D5
Complementary color
Monochromatic Colors of #D347D5
Black with #D347D5
Text Example
Text Example
White with #D347D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347D5; }
p { color: rgb(211,71,213); }
H1.HeaderClassName
{
color: #D347D5;
}
.AnyTagClassName
{
color: #D347D5;
}
</style>
background-color css
<style>
a { background-color: #D347D5; }
a { background-color: rgb(211,71,213); }
div.DivClassName
{
background-color: #D347D5;
}
.BgClassName
{
background-color: #D347D5;
}
</style>
border-color css
<style>
span { border-color: #D347D5; }
span { border-color: rgb(211,71,213); }
td.TdClassName
{
border-color: #D347D5;
}
.TagClassName
{
border-color: #D347D5;
}
</style>