Html Css Color HEX #D35FDB Free Speech Magenta
📋 copy color: '#D35FDB'red 211 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #D35FDB
Tints of Free Speech Magenta #D35FDB
RGB
CMYK
RGB Variations
Color information
#D35FDB (or 0xD35FDB) is known color: Free Speech Magenta. HEX triplet: D3, 5F and DB. RGB value is (211,95,219). Sum of RGB (Red+Green+Blue) = 211+95+219=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FDB is #2CA024. Grayscale: #8F8F8F. Windows color (decimal): -2924581 or 14376915. OLE color: 14376915.
HSL color Cylindrical-coordinate representation of color #D35FDB: hue angle of 296.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35FDB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 95 | 219 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.14 |
| HSL | 296.13º | 0.63% | 0.62% | - |
| HSV(B) | 296.13º | 0.57% | 0.86% | - |
| XYZ | 43.74 | 27.15 | 69.95 | - |
| YUV | 143.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 219 | 0.04 | 0.57 | 0 | 0.14 | 296.13 | 0.63 | 0.62 |
| Hex | D3 | 5F | DB | 4 | 39 | 0 | E | 128 | 3F | 3E |
| Octal | 323 | 137 | 333 | 4 | 71 | 0 | 16 | 450 | 77 | 76 |
| Binary | 11010011 | 1011111 | 11011011 | 100 | 111001 | 0 | 1110 | 100101000 | 111111 | 111110 |
Color Harmonies of #D35FDB
Complementary color
Monochromatic Colors of #D35FDB
Black with #D35FDB
Text Example
Text Example
White with #D35FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FDB; }
p { color: rgb(211,95,219); }
H1.HeaderClassName
{
color: #D35FDB;
}
.AnyTagClassName
{
color: #D35FDB;
}
</style>
background-color css
<style>
a { background-color: #D35FDB; }
a { background-color: rgb(211,95,219); }
div.DivClassName
{
background-color: #D35FDB;
}
.BgClassName
{
background-color: #D35FDB;
}
</style>
border-color css
<style>
span { border-color: #D35FDB; }
span { border-color: rgb(211,95,219); }
td.TdClassName
{
border-color: #D35FDB;
}
.TagClassName
{
border-color: #D35FDB;
}
</style>