Html Css Color HEX #D64CCC Free Speech Magenta
📋 copy color: '#D64CCC'red 214 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #D64CCC
Tints of Free Speech Magenta #D64CCC
RGB
CMYK
RGB Variations
Color information
#D64CCC (or 0xD64CCC) is known color: Free Speech Magenta. HEX triplet: D6, 4C and CC. RGB value is (214,76,204). Sum of RGB (Red+Green+Blue) = 214+76+204=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCC is #29B333. Grayscale: #838383. Windows color (decimal): -2732852 or 13389014. OLE color: 13389014.
HSL color Cylindrical-coordinate representation of color #D64CCC: hue angle of 304.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CCC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 204 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.16 |
| HSL | 304.35º | 0.63% | 0.57% | - |
| HSV(B) | 304.35º | 0.64% | 0.84% | - |
| XYZ | 41.22 | 23.82 | 59.55 | - |
| YUV | 131.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 204 | 0 | 0.64 | 0.05 | 0.16 | 304.35 | 0.63 | 0.57 |
| Hex | D6 | 4C | CC | 0 | 40 | 5 | 10 | 130 | 3F | 39 |
| Octal | 326 | 114 | 314 | 0 | 100 | 5 | 20 | 460 | 77 | 71 |
| Binary | 11010110 | 1001100 | 11001100 | 0 | 1000000 | 101 | 10000 | 100110000 | 111111 | 111001 |
Color Harmonies of #D64CCC
Complementary color
Monochromatic Colors of #D64CCC
Black with #D64CCC
Text Example
Text Example
White with #D64CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CCC; }
p { color: rgb(214,76,204); }
H1.HeaderClassName
{
color: #D64CCC;
}
.AnyTagClassName
{
color: #D64CCC;
}
</style>
background-color css
<style>
a { background-color: #D64CCC; }
a { background-color: rgb(214,76,204); }
div.DivClassName
{
background-color: #D64CCC;
}
.BgClassName
{
background-color: #D64CCC;
}
</style>
border-color css
<style>
span { border-color: #D64CCC; }
span { border-color: rgb(214,76,204); }
td.TdClassName
{
border-color: #D64CCC;
}
.TagClassName
{
border-color: #D64CCC;
}
</style>