Html Css Color HEX #D35DDB Free Speech Magenta
📋 copy color: '#D35DDB'red 211 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #D35DDB
Tints of Free Speech Magenta #D35DDB
RGB
CMYK
RGB Variations
Color information
#D35DDB (or 0xD35DDB) is known color: Free Speech Magenta. HEX triplet: D3, 5D and DB. RGB value is (211,93,219). Sum of RGB (Red+Green+Blue) = 211+93+219=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DDB is #2CA224. Grayscale: #8E8E8E. Windows color (decimal): -2925093 or 14376403. OLE color: 14376403.
HSL color Cylindrical-coordinate representation of color #D35DDB: hue angle of 296.19º 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 #D35DDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 93 | 219 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.14 |
| HSL | 296.19º | 0.64% | 0.61% | - |
| HSV(B) | 296.19º | 0.58% | 0.86% | - |
| XYZ | 43.56 | 26.79 | 69.89 | - |
| YUV | 142.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 219 | 0.04 | 0.58 | 0 | 0.14 | 296.19 | 0.64 | 0.61 |
| Hex | D3 | 5D | DB | 4 | 3A | 0 | E | 128 | 40 | 3D |
| Octal | 323 | 135 | 333 | 4 | 72 | 0 | 16 | 450 | 100 | 75 |
| Binary | 11010011 | 1011101 | 11011011 | 100 | 111010 | 0 | 1110 | 100101000 | 1000000 | 111101 |
Color Harmonies of #D35DDB
Complementary color
Monochromatic Colors of #D35DDB
Black with #D35DDB
Text Example
Text Example
White with #D35DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DDB; }
p { color: rgb(211,93,219); }
H1.HeaderClassName
{
color: #D35DDB;
}
.AnyTagClassName
{
color: #D35DDB;
}
</style>
background-color css
<style>
a { background-color: #D35DDB; }
a { background-color: rgb(211,93,219); }
div.DivClassName
{
background-color: #D35DDB;
}
.BgClassName
{
background-color: #D35DDB;
}
</style>
border-color css
<style>
span { border-color: #D35DDB; }
span { border-color: rgb(211,93,219); }
td.TdClassName
{
border-color: #D35DDB;
}
.TagClassName
{
border-color: #D35DDB;
}
</style>