Html Css Color HEX #D658D0 Free Speech Magenta
📋 copy color: '#D658D0'red 214 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #D658D0
Tints of Free Speech Magenta #D658D0
RGB
CMYK
RGB Variations
Color information
#D658D0 (or 0xD658D0) is known color: Free Speech Magenta. HEX triplet: D6, 58 and D0. RGB value is (214,88,208). Sum of RGB (Red+Green+Blue) = 214+88+208=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D658D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658D0 is #29A72F. Grayscale: #8B8B8B. Windows color (decimal): -2729776 or 13654230. OLE color: 13654230.
HSL color Cylindrical-coordinate representation of color #D658D0: hue angle of 302.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658D0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 208 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.16 |
| HSL | 302.86º | 0.61% | 0.59% | - |
| HSV(B) | 302.86º | 0.59% | 0.84% | - |
| XYZ | 42.61 | 25.83 | 62.41 | - |
| YUV | 139.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 208 | 0 | 0.59 | 0.03 | 0.16 | 302.86 | 0.61 | 0.59 |
| Hex | D6 | 58 | D0 | 0 | 3B | 3 | 10 | 12F | 3D | 3B |
| Octal | 326 | 130 | 320 | 0 | 73 | 3 | 20 | 457 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11010000 | 0 | 111011 | 11 | 10000 | 100101111 | 111101 | 111011 |
Color Harmonies of #D658D0
Complementary color
Monochromatic Colors of #D658D0
Black with #D658D0
Text Example
Text Example
White with #D658D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658D0; }
p { color: rgb(214,88,208); }
H1.HeaderClassName
{
color: #D658D0;
}
.AnyTagClassName
{
color: #D658D0;
}
</style>
background-color css
<style>
a { background-color: #D658D0; }
a { background-color: rgb(214,88,208); }
div.DivClassName
{
background-color: #D658D0;
}
.BgClassName
{
background-color: #D658D0;
}
</style>
border-color css
<style>
span { border-color: #D658D0; }
span { border-color: rgb(214,88,208); }
td.TdClassName
{
border-color: #D658D0;
}
.TagClassName
{
border-color: #D658D0;
}
</style>