Html Css Color HEX #D658C5 Free Speech Magenta
📋 copy color: '#D658C5'red 214 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #D658C5
Tints of Free Speech Magenta #D658C5
RGB
CMYK
RGB Variations
Color information
#D658C5 (or 0xD658C5) is known color: Free Speech Magenta. HEX triplet: D6, 58 and C5. RGB value is (214,88,197). Sum of RGB (Red+Green+Blue) = 214+88+197=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C5 is #29A73A. Grayscale: #898989. Windows color (decimal): -2729787 or 12933334. OLE color: 12933334.
HSL color Cylindrical-coordinate representation of color #D658C5: hue angle of 308.1º 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 #D658C5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 197 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.16 |
| HSL | 308.1º | 0.61% | 0.59% | - |
| HSV(B) | 308.1º | 0.59% | 0.84% | - |
| XYZ | 41.3 | 25.31 | 55.53 | - |
| YUV | 138.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 197 | 0 | 0.59 | 0.08 | 0.16 | 308.1 | 0.61 | 0.59 |
| Hex | D6 | 58 | C5 | 0 | 3B | 8 | 10 | 134 | 3D | 3B |
| Octal | 326 | 130 | 305 | 0 | 73 | 10 | 20 | 464 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11000101 | 0 | 111011 | 1000 | 10000 | 100110100 | 111101 | 111011 |
Color Harmonies of #D658C5
Complementary color
Monochromatic Colors of #D658C5
Black with #D658C5
Text Example
Text Example
White with #D658C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658C5; }
p { color: rgb(214,88,197); }
H1.HeaderClassName
{
color: #D658C5;
}
.AnyTagClassName
{
color: #D658C5;
}
</style>
background-color css
<style>
a { background-color: #D658C5; }
a { background-color: rgb(214,88,197); }
div.DivClassName
{
background-color: #D658C5;
}
.BgClassName
{
background-color: #D658C5;
}
</style>
border-color css
<style>
span { border-color: #D658C5; }
span { border-color: rgb(214,88,197); }
td.TdClassName
{
border-color: #D658C5;
}
.TagClassName
{
border-color: #D658C5;
}
</style>