Html Css Color HEX #D45DDB Free Speech Magenta
📋 copy color: '#D45DDB'red 212 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #D45DDB
Tints of Free Speech Magenta #D45DDB
RGB
CMYK
RGB Variations
Color information
#D45DDB (or 0xD45DDB) is known color: Free Speech Magenta. HEX triplet: D4, 5D and DB. RGB value is (212,93,219). Sum of RGB (Red+Green+Blue) = 212+93+219=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 93 (36.72% from 255 or 17.75% 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 #D45DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DDB is #2BA224. Grayscale: #8E8E8E. Windows color (decimal): -2859557 or 14376404. OLE color: 14376404.
HSL color Cylindrical-coordinate representation of color #D45DDB: hue angle of 296.67º 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 #D45DDB is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 93 | 219 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.14 |
| HSL | 296.67º | 0.64% | 0.61% | - |
| HSV(B) | 296.67º | 0.58% | 0.86% | - |
| XYZ | 43.85 | 26.94 | 69.91 | - |
| YUV | 142.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 219 | 0.03 | 0.58 | 0 | 0.14 | 296.67 | 0.64 | 0.61 |
| Hex | D4 | 5D | DB | 3 | 3A | 0 | E | 129 | 40 | 3D |
| Octal | 324 | 135 | 333 | 3 | 72 | 0 | 16 | 451 | 100 | 75 |
| Binary | 11010100 | 1011101 | 11011011 | 11 | 111010 | 0 | 1110 | 100101001 | 1000000 | 111101 |
Color Harmonies of #D45DDB
Complementary color
Monochromatic Colors of #D45DDB
Black with #D45DDB
Text Example
Text Example
White with #D45DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DDB; }
p { color: rgb(212,93,219); }
H1.HeaderClassName
{
color: #D45DDB;
}
.AnyTagClassName
{
color: #D45DDB;
}
</style>
background-color css
<style>
a { background-color: #D45DDB; }
a { background-color: rgb(212,93,219); }
div.DivClassName
{
background-color: #D45DDB;
}
.BgClassName
{
background-color: #D45DDB;
}
</style>
border-color css
<style>
span { border-color: #D45DDB; }
span { border-color: rgb(212,93,219); }
td.TdClassName
{
border-color: #D45DDB;
}
.TagClassName
{
border-color: #D45DDB;
}
</style>