Html Css Color HEX #D35EDB Free Speech Magenta
📋 copy color: '#D35EDB'red 211 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #D35EDB
Tints of Free Speech Magenta #D35EDB
RGB
CMYK
RGB Variations
Color information
#D35EDB (or 0xD35EDB) is known color: Free Speech Magenta. HEX triplet: D3, 5E and DB. RGB value is (211,94,219). Sum of RGB (Red+Green+Blue) = 211+94+219=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EDB is #2CA124. Grayscale: #8E8E8E. Windows color (decimal): -2924837 or 14376659. OLE color: 14376659.
HSL color Cylindrical-coordinate representation of color #D35EDB: hue angle of 296.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35EDB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 94 | 219 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.14 |
| HSL | 296.16º | 0.63% | 0.61% | - |
| HSV(B) | 296.16º | 0.57% | 0.86% | - |
| XYZ | 43.65 | 26.97 | 69.92 | - |
| YUV | 143.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 219 | 0.04 | 0.57 | 0 | 0.14 | 296.16 | 0.63 | 0.61 |
| Hex | D3 | 5E | DB | 4 | 39 | 0 | E | 128 | 3F | 3D |
| Octal | 323 | 136 | 333 | 4 | 71 | 0 | 16 | 450 | 77 | 75 |
| Binary | 11010011 | 1011110 | 11011011 | 100 | 111001 | 0 | 1110 | 100101000 | 111111 | 111101 |
Color Harmonies of #D35EDB
Complementary color
Monochromatic Colors of #D35EDB
Black with #D35EDB
Text Example
Text Example
White with #D35EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EDB; }
p { color: rgb(211,94,219); }
H1.HeaderClassName
{
color: #D35EDB;
}
.AnyTagClassName
{
color: #D35EDB;
}
</style>
background-color css
<style>
a { background-color: #D35EDB; }
a { background-color: rgb(211,94,219); }
div.DivClassName
{
background-color: #D35EDB;
}
.BgClassName
{
background-color: #D35EDB;
}
</style>
border-color css
<style>
span { border-color: #D35EDB; }
span { border-color: rgb(211,94,219); }
td.TdClassName
{
border-color: #D35EDB;
}
.TagClassName
{
border-color: #D35EDB;
}
</style>