Html Css Color HEX #D65BCC Free Speech Magenta
📋 copy color: '#D65BCC'red 214 ◦ green 91 ◦ blue 204
Shades of Free Speech Magenta #D65BCC
Tints of Free Speech Magenta #D65BCC
RGB
CMYK
RGB Variations
Color information
#D65BCC (or 0xD65BCC) is known color: Free Speech Magenta. HEX triplet: D6, 5B and CC. RGB value is (214,91,204). Sum of RGB (Red+Green+Blue) = 214+91+204=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BCC is #29A433. Grayscale: #8C8C8C. Windows color (decimal): -2729012 or 13392854. OLE color: 13392854.
HSL color Cylindrical-coordinate representation of color #D65BCC: hue angle of 304.88º 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 #D65BCC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 204 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 304.88º | 0.6% | 0.6% | - |
| HSV(B) | 304.88º | 0.57% | 0.84% | - |
| XYZ | 42.37 | 26.14 | 59.94 | - |
| YUV | 140.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 204 | 0 | 0.57 | 0.05 | 0.16 | 304.88 | 0.6 | 0.6 |
| Hex | D6 | 5B | CC | 0 | 39 | 5 | 10 | 131 | 3C | 3C |
| Octal | 326 | 133 | 314 | 0 | 71 | 5 | 20 | 461 | 74 | 74 |
| Binary | 11010110 | 1011011 | 11001100 | 0 | 111001 | 101 | 10000 | 100110001 | 111100 | 111100 |
Color Harmonies of #D65BCC
Complementary color
Monochromatic Colors of #D65BCC
Black with #D65BCC
Text Example
Text Example
White with #D65BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BCC; }
p { color: rgb(214,91,204); }
H1.HeaderClassName
{
color: #D65BCC;
}
.AnyTagClassName
{
color: #D65BCC;
}
</style>
background-color css
<style>
a { background-color: #D65BCC; }
a { background-color: rgb(214,91,204); }
div.DivClassName
{
background-color: #D65BCC;
}
.BgClassName
{
background-color: #D65BCC;
}
</style>
border-color css
<style>
span { border-color: #D65BCC; }
span { border-color: rgb(214,91,204); }
td.TdClassName
{
border-color: #D65BCC;
}
.TagClassName
{
border-color: #D65BCC;
}
</style>