Html Css Color HEX #D344DA Free Speech Magenta
📋 copy color: '#D344DA'red 211 ◦ green 68 ◦ blue 218
Shades of Free Speech Magenta #D344DA
Tints of Free Speech Magenta #D344DA
RGB
CMYK
RGB Variations
Color information
#D344DA (or 0xD344DA) is known color: Free Speech Magenta. HEX triplet: D3, 44 and DA. RGB value is (211,68,218). Sum of RGB (Red+Green+Blue) = 211+68+218=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #D344DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344DA is #2CBB25. Grayscale: #7F7F7F. Windows color (decimal): -2931494 or 14304467. OLE color: 14304467.
HSL color Cylindrical-coordinate representation of color #D344DA: hue angle of 297.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D344DA is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 68 | 218 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.15 |
| HSL | 297.2º | 0.67% | 0.56% | - |
| HSV(B) | 297.2º | 0.69% | 0.85% | - |
| XYZ | 41.59 | 23.05 | 68.59 | - |
| YUV | 127.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 218 | 0.03 | 0.69 | 0 | 0.15 | 297.2 | 0.67 | 0.56 |
| Hex | D3 | 44 | DA | 3 | 45 | 0 | F | 129 | 43 | 38 |
| Octal | 323 | 104 | 332 | 3 | 105 | 0 | 17 | 451 | 103 | 70 |
| Binary | 11010011 | 1000100 | 11011010 | 11 | 1000101 | 0 | 1111 | 100101001 | 1000011 | 111000 |
Color Harmonies of #D344DA
Complementary color
Monochromatic Colors of #D344DA
Black with #D344DA
Text Example
Text Example
White with #D344DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344DA; }
p { color: rgb(211,68,218); }
H1.HeaderClassName
{
color: #D344DA;
}
.AnyTagClassName
{
color: #D344DA;
}
</style>
background-color css
<style>
a { background-color: #D344DA; }
a { background-color: rgb(211,68,218); }
div.DivClassName
{
background-color: #D344DA;
}
.BgClassName
{
background-color: #D344DA;
}
</style>
border-color css
<style>
span { border-color: #D344DA; }
span { border-color: rgb(211,68,218); }
td.TdClassName
{
border-color: #D344DA;
}
.TagClassName
{
border-color: #D344DA;
}
</style>