Html Css Color HEX #D354D7 Free Speech Magenta
📋 copy color: '#D354D7'red 211 ◦ green 84 ◦ blue 215
Shades of Free Speech Magenta #D354D7
Tints of Free Speech Magenta #D354D7
RGB
CMYK
RGB Variations
Color information
#D354D7 (or 0xD354D7) is known color: Free Speech Magenta. HEX triplet: D3, 54 and D7. RGB value is (211,84,215). Sum of RGB (Red+Green+Blue) = 211+84+215=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #D354D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354D7 is #2CAB28. Grayscale: #888888. Windows color (decimal): -2927401 or 14111955. OLE color: 14111955.
HSL color Cylindrical-coordinate representation of color #D354D7: hue angle of 298.17º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D354D7 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 84 | 215 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.16 |
| HSL | 298.17º | 0.62% | 0.59% | - |
| HSV(B) | 298.17º | 0.61% | 0.84% | - |
| XYZ | 42.3 | 25.1 | 66.9 | - |
| YUV | 136.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 215 | 0.02 | 0.61 | 0 | 0.16 | 298.17 | 0.62 | 0.59 |
| Hex | D3 | 54 | D7 | 2 | 3D | 0 | 10 | 12A | 3E | 3B |
| Octal | 323 | 124 | 327 | 2 | 75 | 0 | 20 | 452 | 76 | 73 |
| Binary | 11010011 | 1010100 | 11010111 | 10 | 111101 | 0 | 10000 | 100101010 | 111110 | 111011 |
Color Harmonies of #D354D7
Complementary color
Monochromatic Colors of #D354D7
Black with #D354D7
Text Example
Text Example
White with #D354D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354D7; }
p { color: rgb(211,84,215); }
H1.HeaderClassName
{
color: #D354D7;
}
.AnyTagClassName
{
color: #D354D7;
}
</style>
background-color css
<style>
a { background-color: #D354D7; }
a { background-color: rgb(211,84,215); }
div.DivClassName
{
background-color: #D354D7;
}
.BgClassName
{
background-color: #D354D7;
}
</style>
border-color css
<style>
span { border-color: #D354D7; }
span { border-color: rgb(211,84,215); }
td.TdClassName
{
border-color: #D354D7;
}
.TagClassName
{
border-color: #D354D7;
}
</style>