Html Css Color HEX #D459D3 Free Speech Magenta
📋 copy color: '#D459D3'red 212 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #D459D3
Tints of Free Speech Magenta #D459D3
RGB
CMYK
RGB Variations
Color information
#D459D3 (or 0xD459D3) is known color: Free Speech Magenta. HEX triplet: D4, 59 and D3. RGB value is (212,89,211). Sum of RGB (Red+Green+Blue) = 212+89+211=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D459D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459D3 is #2BA62C. Grayscale: #8B8B8B. Windows color (decimal): -2860589 or 13851092. OLE color: 13851092.
HSL color Cylindrical-coordinate representation of color #D459D3: hue angle of 300.49º 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 #D459D3 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 211 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.17 |
| HSL | 300.49º | 0.59% | 0.59% | - |
| HSV(B) | 300.49º | 0.58% | 0.83% | - |
| XYZ | 42.48 | 25.84 | 64.38 | - |
| YUV | 139.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 211 | 0 | 0.58 | 0.00 | 0.17 | 300.49 | 0.59 | 0.59 |
| Hex | D4 | 59 | D3 | 0 | 3A | 0 | 11 | 12C | 3B | 3B |
| Octal | 324 | 131 | 323 | 0 | 72 | 0 | 21 | 454 | 73 | 73 |
| Binary | 11010100 | 1011001 | 11010011 | 0 | 111010 | 0 | 10001 | 100101100 | 111011 | 111011 |
Color Harmonies of #D459D3
Complementary color
Monochromatic Colors of #D459D3
Black with #D459D3
Text Example
Text Example
White with #D459D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459D3; }
p { color: rgb(212,89,211); }
H1.HeaderClassName
{
color: #D459D3;
}
.AnyTagClassName
{
color: #D459D3;
}
</style>
background-color css
<style>
a { background-color: #D459D3; }
a { background-color: rgb(212,89,211); }
div.DivClassName
{
background-color: #D459D3;
}
.BgClassName
{
background-color: #D459D3;
}
</style>
border-color css
<style>
span { border-color: #D459D3; }
span { border-color: rgb(212,89,211); }
td.TdClassName
{
border-color: #D459D3;
}
.TagClassName
{
border-color: #D459D3;
}
</style>