Html Css Color HEX #D658D4 Free Speech Magenta
📋 copy color: '#D658D4'red 214 ◦ green 88 ◦ blue 212
Shades of Free Speech Magenta #D658D4
Tints of Free Speech Magenta #D658D4
RGB
CMYK
RGB Variations
Color information
#D658D4 (or 0xD658D4) is known color: Free Speech Magenta. HEX triplet: D6, 58 and D4. RGB value is (214,88,212). Sum of RGB (Red+Green+Blue) = 214+88+212=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D658D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658D4 is #29A72B. Grayscale: #8B8B8B. Windows color (decimal): -2729772 or 13916374. OLE color: 13916374.
HSL color Cylindrical-coordinate representation of color #D658D4: hue angle of 300.95º 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 #D658D4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 212 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.16 |
| HSL | 300.95º | 0.61% | 0.59% | - |
| HSV(B) | 300.95º | 0.59% | 0.84% | - |
| XYZ | 43.1 | 26.03 | 65.04 | - |
| YUV | 139.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 212 | 0 | 0.59 | 0.01 | 0.16 | 300.95 | 0.61 | 0.59 |
| Hex | D6 | 58 | D4 | 0 | 3B | 1 | 10 | 12D | 3D | 3B |
| Octal | 326 | 130 | 324 | 0 | 73 | 1 | 20 | 455 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11010100 | 0 | 111011 | 1 | 10000 | 100101101 | 111101 | 111011 |
Color Harmonies of #D658D4
Complementary color
Monochromatic Colors of #D658D4
Black with #D658D4
Text Example
Text Example
White with #D658D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658D4; }
p { color: rgb(214,88,212); }
H1.HeaderClassName
{
color: #D658D4;
}
.AnyTagClassName
{
color: #D658D4;
}
</style>
background-color css
<style>
a { background-color: #D658D4; }
a { background-color: rgb(214,88,212); }
div.DivClassName
{
background-color: #D658D4;
}
.BgClassName
{
background-color: #D658D4;
}
</style>
border-color css
<style>
span { border-color: #D658D4; }
span { border-color: rgb(214,88,212); }
td.TdClassName
{
border-color: #D658D4;
}
.TagClassName
{
border-color: #D658D4;
}
</style>