Html Css Color HEX #D35BDB Free Speech Magenta
📋 copy color: '#D35BDB'red 211 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #D35BDB
Tints of Free Speech Magenta #D35BDB
RGB
CMYK
RGB Variations
Color information
#D35BDB (or 0xD35BDB) is known color: Free Speech Magenta. HEX triplet: D3, 5B and DB. RGB value is (211,91,219). Sum of RGB (Red+Green+Blue) = 211+91+219=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35BDB is #2CA424. Grayscale: #8D8D8D. Windows color (decimal): -2925605 or 14375891. OLE color: 14375891.
HSL color Cylindrical-coordinate representation of color #D35BDB: hue angle of 296.25º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35BDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 91 | 219 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.14 |
| HSL | 296.25º | 0.64% | 0.61% | - |
| HSV(B) | 296.25º | 0.58% | 0.86% | - |
| XYZ | 43.39 | 26.45 | 69.84 | - |
| YUV | 141.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 219 | 0.04 | 0.58 | 0 | 0.14 | 296.25 | 0.64 | 0.61 |
| Hex | D3 | 5B | DB | 4 | 3A | 0 | E | 128 | 40 | 3D |
| Octal | 323 | 133 | 333 | 4 | 72 | 0 | 16 | 450 | 100 | 75 |
| Binary | 11010011 | 1011011 | 11011011 | 100 | 111010 | 0 | 1110 | 100101000 | 1000000 | 111101 |
Color Harmonies of #D35BDB
Complementary color
Monochromatic Colors of #D35BDB
Black with #D35BDB
Text Example
Text Example
White with #D35BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35BDB; }
p { color: rgb(211,91,219); }
H1.HeaderClassName
{
color: #D35BDB;
}
.AnyTagClassName
{
color: #D35BDB;
}
</style>
background-color css
<style>
a { background-color: #D35BDB; }
a { background-color: rgb(211,91,219); }
div.DivClassName
{
background-color: #D35BDB;
}
.BgClassName
{
background-color: #D35BDB;
}
</style>
border-color css
<style>
span { border-color: #D35BDB; }
span { border-color: rgb(211,91,219); }
td.TdClassName
{
border-color: #D35BDB;
}
.TagClassName
{
border-color: #D35BDB;
}
</style>