Html Css Color HEX #D353DE Free Speech Magenta
📋 copy color: '#D353DE'red 211 ◦ green 83 ◦ blue 222
Shades of Free Speech Magenta #D353DE
Tints of Free Speech Magenta #D353DE
RGB
CMYK
RGB Variations
Color information
#D353DE (or 0xD353DE) is known color: Free Speech Magenta. HEX triplet: D3, 53 and DE. RGB value is (211,83,222). Sum of RGB (Red+Green+Blue) = 211+83+222=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #D353DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353DE is #2CAC21. Grayscale: #888888. Windows color (decimal): -2927650 or 14570451. OLE color: 14570451.
HSL color Cylindrical-coordinate representation of color #D353DE: hue angle of 295.25º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D353DE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 83 | 222 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.13 |
| HSL | 295.25º | 0.68% | 0.6% | - |
| HSV(B) | 295.25º | 0.63% | 0.87% | - |
| XYZ | 43.14 | 25.31 | 71.72 | - |
| YUV | 137.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 222 | 0.05 | 0.63 | 0 | 0.13 | 295.25 | 0.68 | 0.6 |
| Hex | D3 | 53 | DE | 5 | 3F | 0 | D | 127 | 44 | 3C |
| Octal | 323 | 123 | 336 | 5 | 77 | 0 | 15 | 447 | 104 | 74 |
| Binary | 11010011 | 1010011 | 11011110 | 101 | 111111 | 0 | 1101 | 100100111 | 1000100 | 111100 |
Color Harmonies of #D353DE
Complementary color
Monochromatic Colors of #D353DE
Black with #D353DE
Text Example
Text Example
White with #D353DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353DE; }
p { color: rgb(211,83,222); }
H1.HeaderClassName
{
color: #D353DE;
}
.AnyTagClassName
{
color: #D353DE;
}
</style>
background-color css
<style>
a { background-color: #D353DE; }
a { background-color: rgb(211,83,222); }
div.DivClassName
{
background-color: #D353DE;
}
.BgClassName
{
background-color: #D353DE;
}
</style>
border-color css
<style>
span { border-color: #D353DE; }
span { border-color: rgb(211,83,222); }
td.TdClassName
{
border-color: #D353DE;
}
.TagClassName
{
border-color: #D353DE;
}
</style>