Html Css Color HEX #D655D1 Free Speech Magenta
📋 copy color: '#D655D1'red 214 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #D655D1
Tints of Free Speech Magenta #D655D1
RGB
CMYK
RGB Variations
Color information
#D655D1 (or 0xD655D1) is known color: Free Speech Magenta. HEX triplet: D6, 55 and D1. RGB value is (214,85,209). Sum of RGB (Red+Green+Blue) = 214+85+209=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D655D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655D1 is #29AA2E. Grayscale: #898989. Windows color (decimal): -2730543 or 13718998. OLE color: 13718998.
HSL color Cylindrical-coordinate representation of color #D655D1: hue angle of 302.33º 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 #D655D1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 209 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.16 |
| HSL | 302.33º | 0.61% | 0.59% | - |
| HSV(B) | 302.33º | 0.6% | 0.84% | - |
| XYZ | 42.49 | 25.4 | 62.98 | - |
| YUV | 137.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 209 | 0 | 0.60 | 0.02 | 0.16 | 302.33 | 0.61 | 0.59 |
| Hex | D6 | 55 | D1 | 0 | 3C | 2 | 10 | 12E | 3D | 3B |
| Octal | 326 | 125 | 321 | 0 | 74 | 2 | 20 | 456 | 75 | 73 |
| Binary | 11010110 | 1010101 | 11010001 | 0 | 111100 | 10 | 10000 | 100101110 | 111101 | 111011 |
Color Harmonies of #D655D1
Complementary color
Monochromatic Colors of #D655D1
Black with #D655D1
Text Example
Text Example
White with #D655D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655D1; }
p { color: rgb(214,85,209); }
H1.HeaderClassName
{
color: #D655D1;
}
.AnyTagClassName
{
color: #D655D1;
}
</style>
background-color css
<style>
a { background-color: #D655D1; }
a { background-color: rgb(214,85,209); }
div.DivClassName
{
background-color: #D655D1;
}
.BgClassName
{
background-color: #D655D1;
}
</style>
border-color css
<style>
span { border-color: #D655D1; }
span { border-color: rgb(214,85,209); }
td.TdClassName
{
border-color: #D655D1;
}
.TagClassName
{
border-color: #D655D1;
}
</style>