Html Css Color HEX #D45ADD Free Speech Magenta
📋 copy color: '#D45ADD'red 212 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #D45ADD
Tints of Free Speech Magenta #D45ADD
RGB
CMYK
RGB Variations
Color information
#D45ADD (or 0xD45ADD) is known color: Free Speech Magenta. HEX triplet: D4, 5A and DD. RGB value is (212,90,221). Sum of RGB (Red+Green+Blue) = 212+90+221=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #D45ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45ADD is #2BA522. Grayscale: #8D8D8D. Windows color (decimal): -2860323 or 14506708. OLE color: 14506708.
HSL color Cylindrical-coordinate representation of color #D45ADD: hue angle of 295.88º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45ADD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 90 | 221 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.13 |
| HSL | 295.88º | 0.66% | 0.61% | - |
| HSV(B) | 295.88º | 0.59% | 0.87% | - |
| XYZ | 43.86 | 26.53 | 71.22 | - |
| YUV | 141.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 221 | 0.04 | 0.59 | 0 | 0.13 | 295.88 | 0.66 | 0.61 |
| Hex | D4 | 5A | DD | 4 | 3B | 0 | D | 128 | 42 | 3D |
| Octal | 324 | 132 | 335 | 4 | 73 | 0 | 15 | 450 | 102 | 75 |
| Binary | 11010100 | 1011010 | 11011101 | 100 | 111011 | 0 | 1101 | 100101000 | 1000010 | 111101 |
Color Harmonies of #D45ADD
Complementary color
Monochromatic Colors of #D45ADD
Black with #D45ADD
Text Example
Text Example
White with #D45ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45ADD; }
p { color: rgb(212,90,221); }
H1.HeaderClassName
{
color: #D45ADD;
}
.AnyTagClassName
{
color: #D45ADD;
}
</style>
background-color css
<style>
a { background-color: #D45ADD; }
a { background-color: rgb(212,90,221); }
div.DivClassName
{
background-color: #D45ADD;
}
.BgClassName
{
background-color: #D45ADD;
}
</style>
border-color css
<style>
span { border-color: #D45ADD; }
span { border-color: rgb(212,90,221); }
td.TdClassName
{
border-color: #D45ADD;
}
.TagClassName
{
border-color: #D45ADD;
}
</style>