Html Css Color HEX #D655C9 Free Speech Magenta
📋 copy color: '#D655C9'red 214 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #D655C9
Tints of Free Speech Magenta #D655C9
RGB
CMYK
RGB Variations
Color information
#D655C9 (or 0xD655C9) is known color: Free Speech Magenta. HEX triplet: D6, 55 and C9. RGB value is (214,85,201). Sum of RGB (Red+Green+Blue) = 214+85+201=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C9 is #29AA36. Grayscale: #888888. Windows color (decimal): -2730551 or 13194710. OLE color: 13194710.
HSL color Cylindrical-coordinate representation of color #D655C9: hue angle of 306.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655C9 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 201 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.16 |
| HSL | 306.05º | 0.61% | 0.59% | - |
| HSV(B) | 306.05º | 0.6% | 0.84% | - |
| XYZ | 41.52 | 25.01 | 57.9 | - |
| YUV | 136.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 201 | 0 | 0.60 | 0.06 | 0.16 | 306.05 | 0.61 | 0.59 |
| Hex | D6 | 55 | C9 | 0 | 3C | 6 | 10 | 132 | 3D | 3B |
| Octal | 326 | 125 | 311 | 0 | 74 | 6 | 20 | 462 | 75 | 73 |
| Binary | 11010110 | 1010101 | 11001001 | 0 | 111100 | 110 | 10000 | 100110010 | 111101 | 111011 |
Color Harmonies of #D655C9
Complementary color
Monochromatic Colors of #D655C9
Black with #D655C9
Text Example
Text Example
White with #D655C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655C9; }
p { color: rgb(214,85,201); }
H1.HeaderClassName
{
color: #D655C9;
}
.AnyTagClassName
{
color: #D655C9;
}
</style>
background-color css
<style>
a { background-color: #D655C9; }
a { background-color: rgb(214,85,201); }
div.DivClassName
{
background-color: #D655C9;
}
.BgClassName
{
background-color: #D655C9;
}
</style>
border-color css
<style>
span { border-color: #D655C9; }
span { border-color: rgb(214,85,201); }
td.TdClassName
{
border-color: #D655C9;
}
.TagClassName
{
border-color: #D655C9;
}
</style>