Html Css Color HEX #D45ACD Free Speech Magenta
📋 copy color: '#D45ACD'red 212 ◦ green 90 ◦ blue 205
Shades of Free Speech Magenta #D45ACD
Tints of Free Speech Magenta #D45ACD
RGB
CMYK
RGB Variations
Color information
#D45ACD (or 0xD45ACD) is known color: Free Speech Magenta. HEX triplet: D4, 5A and CD. RGB value is (212,90,205). Sum of RGB (Red+Green+Blue) = 212+90+205=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D45ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45ACD is #2BA532. Grayscale: #8B8B8B. Windows color (decimal): -2860339 or 13458132. OLE color: 13458132.
HSL color Cylindrical-coordinate representation of color #D45ACD: hue angle of 303.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45ACD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 205 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.17 |
| HSL | 303.44º | 0.59% | 0.59% | - |
| HSV(B) | 303.44º | 0.58% | 0.83% | - |
| XYZ | 41.83 | 25.72 | 60.52 | - |
| YUV | 139.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 205 | 0 | 0.58 | 0.03 | 0.17 | 303.44 | 0.59 | 0.59 |
| Hex | D4 | 5A | CD | 0 | 3A | 3 | 11 | 12F | 3B | 3B |
| Octal | 324 | 132 | 315 | 0 | 72 | 3 | 21 | 457 | 73 | 73 |
| Binary | 11010100 | 1011010 | 11001101 | 0 | 111010 | 11 | 10001 | 100101111 | 111011 | 111011 |
Color Harmonies of #D45ACD
Complementary color
Monochromatic Colors of #D45ACD
Black with #D45ACD
Text Example
Text Example
White with #D45ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45ACD; }
p { color: rgb(212,90,205); }
H1.HeaderClassName
{
color: #D45ACD;
}
.AnyTagClassName
{
color: #D45ACD;
}
</style>
background-color css
<style>
a { background-color: #D45ACD; }
a { background-color: rgb(212,90,205); }
div.DivClassName
{
background-color: #D45ACD;
}
.BgClassName
{
background-color: #D45ACD;
}
</style>
border-color css
<style>
span { border-color: #D45ACD; }
span { border-color: rgb(212,90,205); }
td.TdClassName
{
border-color: #D45ACD;
}
.TagClassName
{
border-color: #D45ACD;
}
</style>