Html Css Color HEX #DD4BDB Free Speech Magenta
📋 copy color: '#DD4BDB'red 221 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #DD4BDB
Tints of Free Speech Magenta #DD4BDB
RGB
CMYK
RGB Variations
Color information
#DD4BDB (or 0xDD4BDB) is known color: Free Speech Magenta. HEX triplet: DD, 4B and DB. RGB value is (221,75,219). Sum of RGB (Red+Green+Blue) = 221+75+219=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BDB is #22B424. Grayscale: #868686. Windows color (decimal): -2274341 or 14371805. OLE color: 14371805.
HSL color Cylindrical-coordinate representation of color #DD4BDB: hue angle of 300.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BDB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 219 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.13 |
| HSL | 300.82º | 0.68% | 0.58% | - |
| HSV(B) | 300.82º | 0.66% | 0.87% | - |
| XYZ | 45.12 | 25.52 | 69.57 | - |
| YUV | 135.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 219 | 0 | 0.66 | 0.01 | 0.13 | 300.82 | 0.68 | 0.58 |
| Hex | DD | 4B | DB | 0 | 42 | 1 | D | 12D | 44 | 3A |
| Octal | 335 | 113 | 333 | 0 | 102 | 1 | 15 | 455 | 104 | 72 |
| Binary | 11011101 | 1001011 | 11011011 | 0 | 1000010 | 1 | 1101 | 100101101 | 1000100 | 111010 |
Color Harmonies of #DD4BDB
Complementary color
Monochromatic Colors of #DD4BDB
Black with #DD4BDB
Text Example
Text Example
White with #DD4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BDB; }
p { color: rgb(221,75,219); }
H1.HeaderClassName
{
color: #DD4BDB;
}
.AnyTagClassName
{
color: #DD4BDB;
}
</style>
background-color css
<style>
a { background-color: #DD4BDB; }
a { background-color: rgb(221,75,219); }
div.DivClassName
{
background-color: #DD4BDB;
}
.BgClassName
{
background-color: #DD4BDB;
}
</style>
border-color css
<style>
span { border-color: #DD4BDB; }
span { border-color: rgb(221,75,219); }
td.TdClassName
{
border-color: #DD4BDB;
}
.TagClassName
{
border-color: #DD4BDB;
}
</style>