Html Css Color HEX #D353E5 Free Speech Magenta
📋 copy color: '#D353E5'red 211 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #D353E5
Tints of Free Speech Magenta #D353E5
RGB
CMYK
RGB Variations
Color information
#D353E5 (or 0xD353E5) is known color: Free Speech Magenta. HEX triplet: D3, 53 and E5. RGB value is (211,83,229). Sum of RGB (Red+Green+Blue) = 211+83+229=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #D353E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353E5 is #2CAC1A. Grayscale: #898989. Windows color (decimal): -2927643 or 15029203. OLE color: 15029203.
HSL color Cylindrical-coordinate representation of color #D353E5: hue angle of 292.6º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D353E5 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 83 | 229 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.10 |
| HSL | 292.6º | 0.74% | 0.61% | - |
| HSV(B) | 292.6º | 0.64% | 0.9% | - |
| XYZ | 44.1 | 25.69 | 76.76 | - |
| YUV | 137.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 229 | 0.08 | 0.64 | 0 | 0.10 | 292.6 | 0.74 | 0.61 |
| Hex | D3 | 53 | E5 | 8 | 40 | 0 | A | 125 | 4A | 3D |
| Octal | 323 | 123 | 345 | 10 | 100 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010011 | 1010011 | 11100101 | 1000 | 1000000 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D353E5
Complementary color
Monochromatic Colors of #D353E5
Black with #D353E5
Text Example
Text Example
White with #D353E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353E5; }
p { color: rgb(211,83,229); }
H1.HeaderClassName
{
color: #D353E5;
}
.AnyTagClassName
{
color: #D353E5;
}
</style>
background-color css
<style>
a { background-color: #D353E5; }
a { background-color: rgb(211,83,229); }
div.DivClassName
{
background-color: #D353E5;
}
.BgClassName
{
background-color: #D353E5;
}
</style>
border-color css
<style>
span { border-color: #D353E5; }
span { border-color: rgb(211,83,229); }
td.TdClassName
{
border-color: #D353E5;
}
.TagClassName
{
border-color: #D353E5;
}
</style>