Html Css Color HEX #D458DC Free Speech Magenta
📋 copy color: '#D458DC'red 212 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #D458DC
Tints of Free Speech Magenta #D458DC
RGB
CMYK
RGB Variations
Color information
#D458DC (or 0xD458DC) is known color: Free Speech Magenta. HEX triplet: D4, 58 and DC. RGB value is (212,88,220). Sum of RGB (Red+Green+Blue) = 212+88+220=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #D458DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458DC is #2BA723. Grayscale: #8B8B8B. Windows color (decimal): -2860836 or 14440660. OLE color: 14440660.
HSL color Cylindrical-coordinate representation of color #D458DC: hue angle of 296.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D458DC is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 88 | 220 | - |
| CMYK | 0.04 | 0.6 | 0 | 0.14 |
| HSL | 296.36º | 0.65% | 0.6% | - |
| HSV(B) | 296.36º | 0.6% | 0.86% | - |
| XYZ | 43.56 | 26.14 | 70.46 | - |
| YUV | 140.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 220 | 0.04 | 0.6 | 0 | 0.14 | 296.36 | 0.65 | 0.6 |
| Hex | D4 | 58 | DC | 4 | 3C | 0 | E | 128 | 41 | 3C |
| Octal | 324 | 130 | 334 | 4 | 74 | 0 | 16 | 450 | 101 | 74 |
| Binary | 11010100 | 1011000 | 11011100 | 100 | 111100 | 0 | 1110 | 100101000 | 1000001 | 111100 |
Color Harmonies of #D458DC
Complementary color
Monochromatic Colors of #D458DC
Black with #D458DC
Text Example
Text Example
White with #D458DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458DC; }
p { color: rgb(212,88,220); }
H1.HeaderClassName
{
color: #D458DC;
}
.AnyTagClassName
{
color: #D458DC;
}
</style>
background-color css
<style>
a { background-color: #D458DC; }
a { background-color: rgb(212,88,220); }
div.DivClassName
{
background-color: #D458DC;
}
.BgClassName
{
background-color: #D458DC;
}
</style>
border-color css
<style>
span { border-color: #D458DC; }
span { border-color: rgb(212,88,220); }
td.TdClassName
{
border-color: #D458DC;
}
.TagClassName
{
border-color: #D458DC;
}
</style>