Html Css Color HEX #D45DDD Free Speech Magenta
📋 copy color: '#D45DDD'red 212 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #D45DDD
Tints of Free Speech Magenta #D45DDD
RGB
CMYK
RGB Variations
Color information
#D45DDD (or 0xD45DDD) is known color: Free Speech Magenta. HEX triplet: D4, 5D and DD. RGB value is (212,93,221). Sum of RGB (Red+Green+Blue) = 212+93+221=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #D45DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DDD is #2BA222. Grayscale: #8E8E8E. Windows color (decimal): -2859555 or 14507476. OLE color: 14507476.
HSL color Cylindrical-coordinate representation of color #D45DDD: hue angle of 295.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45DDD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 93 | 221 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.13 |
| HSL | 295.78º | 0.65% | 0.62% | - |
| HSV(B) | 295.78º | 0.58% | 0.87% | - |
| XYZ | 44.12 | 27.05 | 71.3 | - |
| YUV | 143.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 221 | 0.04 | 0.58 | 0 | 0.13 | 295.78 | 0.65 | 0.62 |
| Hex | D4 | 5D | DD | 4 | 3A | 0 | D | 128 | 41 | 3E |
| Octal | 324 | 135 | 335 | 4 | 72 | 0 | 15 | 450 | 101 | 76 |
| Binary | 11010100 | 1011101 | 11011101 | 100 | 111010 | 0 | 1101 | 100101000 | 1000001 | 111110 |
Color Harmonies of #D45DDD
Complementary color
Monochromatic Colors of #D45DDD
Black with #D45DDD
Text Example
Text Example
White with #D45DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DDD; }
p { color: rgb(212,93,221); }
H1.HeaderClassName
{
color: #D45DDD;
}
.AnyTagClassName
{
color: #D45DDD;
}
</style>
background-color css
<style>
a { background-color: #D45DDD; }
a { background-color: rgb(212,93,221); }
div.DivClassName
{
background-color: #D45DDD;
}
.BgClassName
{
background-color: #D45DDD;
}
</style>
border-color css
<style>
span { border-color: #D45DDD; }
span { border-color: rgb(212,93,221); }
td.TdClassName
{
border-color: #D45DDD;
}
.TagClassName
{
border-color: #D45DDD;
}
</style>