Html Css Color HEX #D35DE5 Free Speech Magenta
📋 copy color: '#D35DE5'red 211 ◦ green 93 ◦ blue 229
Shades of Free Speech Magenta #D35DE5
Tints of Free Speech Magenta #D35DE5
RGB
CMYK
RGB Variations
Color information
#D35DE5 (or 0xD35DE5) is known color: Free Speech Magenta. HEX triplet: D3, 5D and E5. RGB value is (211,93,229). Sum of RGB (Red+Green+Blue) = 211+93+229=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #D35DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DE5 is #2CA21A. Grayscale: #8F8F8F. Windows color (decimal): -2925083 or 15031763. OLE color: 15031763.
HSL color Cylindrical-coordinate representation of color #D35DE5: hue angle of 292.06º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35DE5 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 93 | 229 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.10 |
| HSL | 292.06º | 0.72% | 0.63% | - |
| HSV(B) | 292.06º | 0.59% | 0.9% | - |
| XYZ | 44.92 | 27.33 | 77.04 | - |
| YUV | 143.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 229 | 0.08 | 0.59 | 0 | 0.10 | 292.06 | 0.72 | 0.63 |
| Hex | D3 | 5D | E5 | 8 | 3B | 0 | A | 124 | 48 | 3F |
| Octal | 323 | 135 | 345 | 10 | 73 | 0 | 12 | 444 | 110 | 77 |
| Binary | 11010011 | 1011101 | 11100101 | 1000 | 111011 | 0 | 1010 | 100100100 | 1001000 | 111111 |
Color Harmonies of #D35DE5
Complementary color
Monochromatic Colors of #D35DE5
Black with #D35DE5
Text Example
Text Example
White with #D35DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DE5; }
p { color: rgb(211,93,229); }
H1.HeaderClassName
{
color: #D35DE5;
}
.AnyTagClassName
{
color: #D35DE5;
}
</style>
background-color css
<style>
a { background-color: #D35DE5; }
a { background-color: rgb(211,93,229); }
div.DivClassName
{
background-color: #D35DE5;
}
.BgClassName
{
background-color: #D35DE5;
}
</style>
border-color css
<style>
span { border-color: #D35DE5; }
span { border-color: rgb(211,93,229); }
td.TdClassName
{
border-color: #D35DE5;
}
.TagClassName
{
border-color: #D35DE5;
}
</style>