Html Css Color HEX #D353D5 Free Speech Magenta
📋 copy color: '#D353D5'red 211 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #D353D5
Tints of Free Speech Magenta #D353D5
RGB
CMYK
RGB Variations
Color information
#D353D5 (or 0xD353D5) is known color: Free Speech Magenta. HEX triplet: D3, 53 and D5. RGB value is (211,83,213). Sum of RGB (Red+Green+Blue) = 211+83+213=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #D353D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353D5 is #2CAC2A. Grayscale: #878787. Windows color (decimal): -2927659 or 13980627. OLE color: 13980627.
HSL color Cylindrical-coordinate representation of color #D353D5: hue angle of 299.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353D5 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 83 | 213 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.16 |
| HSL | 299.08º | 0.61% | 0.58% | - |
| HSV(B) | 299.08º | 0.61% | 0.84% | - |
| XYZ | 41.97 | 24.84 | 65.53 | - |
| YUV | 136.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 213 | 0.01 | 0.61 | 0 | 0.16 | 299.08 | 0.61 | 0.58 |
| Hex | D3 | 53 | D5 | 1 | 3D | 0 | 10 | 12B | 3D | 3A |
| Octal | 323 | 123 | 325 | 1 | 75 | 0 | 20 | 453 | 75 | 72 |
| Binary | 11010011 | 1010011 | 11010101 | 1 | 111101 | 0 | 10000 | 100101011 | 111101 | 111010 |
Color Harmonies of #D353D5
Complementary color
Monochromatic Colors of #D353D5
Black with #D353D5
Text Example
Text Example
White with #D353D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353D5; }
p { color: rgb(211,83,213); }
H1.HeaderClassName
{
color: #D353D5;
}
.AnyTagClassName
{
color: #D353D5;
}
</style>
background-color css
<style>
a { background-color: #D353D5; }
a { background-color: rgb(211,83,213); }
div.DivClassName
{
background-color: #D353D5;
}
.BgClassName
{
background-color: #D353D5;
}
</style>
border-color css
<style>
span { border-color: #D353D5; }
span { border-color: rgb(211,83,213); }
td.TdClassName
{
border-color: #D353D5;
}
.TagClassName
{
border-color: #D353D5;
}
</style>