Html Css Color HEX #D659CC Free Speech Magenta
📋 copy color: '#D659CC'red 214 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D659CC
Tints of Free Speech Magenta #D659CC
RGB
CMYK
RGB Variations
Color information
#D659CC (or 0xD659CC) is known color: Free Speech Magenta. HEX triplet: D6, 59 and CC. RGB value is (214,89,204). Sum of RGB (Red+Green+Blue) = 214+89+204=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D659CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659CC is #29A633. Grayscale: #8B8B8B. Windows color (decimal): -2729524 or 13392342. OLE color: 13392342.
HSL color Cylindrical-coordinate representation of color #D659CC: hue angle of 304.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659CC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 204 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.16 |
| HSL | 304.8º | 0.6% | 0.59% | - |
| HSV(B) | 304.8º | 0.58% | 0.84% | - |
| XYZ | 42.2 | 25.8 | 59.88 | - |
| YUV | 139.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 204 | 0 | 0.58 | 0.05 | 0.16 | 304.8 | 0.6 | 0.59 |
| Hex | D6 | 59 | CC | 0 | 3A | 5 | 10 | 131 | 3C | 3B |
| Octal | 326 | 131 | 314 | 0 | 72 | 5 | 20 | 461 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11001100 | 0 | 111010 | 101 | 10000 | 100110001 | 111100 | 111011 |
Color Harmonies of #D659CC
Complementary color
Monochromatic Colors of #D659CC
Black with #D659CC
Text Example
Text Example
White with #D659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659CC; }
p { color: rgb(214,89,204); }
H1.HeaderClassName
{
color: #D659CC;
}
.AnyTagClassName
{
color: #D659CC;
}
</style>
background-color css
<style>
a { background-color: #D659CC; }
a { background-color: rgb(214,89,204); }
div.DivClassName
{
background-color: #D659CC;
}
.BgClassName
{
background-color: #D659CC;
}
</style>
border-color css
<style>
span { border-color: #D659CC; }
span { border-color: rgb(214,89,204); }
td.TdClassName
{
border-color: #D659CC;
}
.TagClassName
{
border-color: #D659CC;
}
</style>