Html Css Color HEX #D65DCC Free Speech Magenta
📋 copy color: '#D65DCC'red 214 ◦ green 93 ◦ blue 204
Shades of Free Speech Magenta #D65DCC
Tints of Free Speech Magenta #D65DCC
RGB
CMYK
RGB Variations
Color information
#D65DCC (or 0xD65DCC) is known color: Free Speech Magenta. HEX triplet: D6, 5D and CC. RGB value is (214,93,204). Sum of RGB (Red+Green+Blue) = 214+93+204=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DCC is #29A233. Grayscale: #8D8D8D. Windows color (decimal): -2728500 or 13393366. OLE color: 13393366.
HSL color Cylindrical-coordinate representation of color #D65DCC: hue angle of 304.96º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DCC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 204 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 304.96º | 0.6% | 0.6% | - |
| HSV(B) | 304.96º | 0.57% | 0.84% | - |
| XYZ | 42.54 | 26.48 | 60 | - |
| YUV | 141.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 204 | 0 | 0.57 | 0.05 | 0.16 | 304.96 | 0.6 | 0.6 |
| Hex | D6 | 5D | CC | 0 | 39 | 5 | 10 | 131 | 3C | 3C |
| Octal | 326 | 135 | 314 | 0 | 71 | 5 | 20 | 461 | 74 | 74 |
| Binary | 11010110 | 1011101 | 11001100 | 0 | 111001 | 101 | 10000 | 100110001 | 111100 | 111100 |
Color Harmonies of #D65DCC
Complementary color
Monochromatic Colors of #D65DCC
Black with #D65DCC
Text Example
Text Example
White with #D65DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DCC; }
p { color: rgb(214,93,204); }
H1.HeaderClassName
{
color: #D65DCC;
}
.AnyTagClassName
{
color: #D65DCC;
}
</style>
background-color css
<style>
a { background-color: #D65DCC; }
a { background-color: rgb(214,93,204); }
div.DivClassName
{
background-color: #D65DCC;
}
.BgClassName
{
background-color: #D65DCC;
}
</style>
border-color css
<style>
span { border-color: #D65DCC; }
span { border-color: rgb(214,93,204); }
td.TdClassName
{
border-color: #D65DCC;
}
.TagClassName
{
border-color: #D65DCC;
}
</style>