Html Css Color HEX #D64ACC Free Speech Magenta
📋 copy color: '#D64ACC'red 214 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #D64ACC
Tints of Free Speech Magenta #D64ACC
RGB
CMYK
RGB Variations
Color information
#D64ACC (or 0xD64ACC) is known color: Free Speech Magenta. HEX triplet: D6, 4A and CC. RGB value is (214,74,204). Sum of RGB (Red+Green+Blue) = 214+74+204=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ACC is #29B533. Grayscale: #828282. Windows color (decimal): -2733364 or 13388502. OLE color: 13388502.
HSL color Cylindrical-coordinate representation of color #D64ACC: hue angle of 304.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64ACC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 204 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.16 |
| HSL | 304.29º | 0.63% | 0.56% | - |
| HSV(B) | 304.29º | 0.65% | 0.84% | - |
| XYZ | 41.08 | 23.55 | 59.51 | - |
| YUV | 130.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 204 | 0 | 0.65 | 0.05 | 0.16 | 304.29 | 0.63 | 0.56 |
| Hex | D6 | 4A | CC | 0 | 41 | 5 | 10 | 130 | 3F | 38 |
| Octal | 326 | 112 | 314 | 0 | 101 | 5 | 20 | 460 | 77 | 70 |
| Binary | 11010110 | 1001010 | 11001100 | 0 | 1000001 | 101 | 10000 | 100110000 | 111111 | 111000 |
Color Harmonies of #D64ACC
Complementary color
Monochromatic Colors of #D64ACC
Black with #D64ACC
Text Example
Text Example
White with #D64ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ACC; }
p { color: rgb(214,74,204); }
H1.HeaderClassName
{
color: #D64ACC;
}
.AnyTagClassName
{
color: #D64ACC;
}
</style>
background-color css
<style>
a { background-color: #D64ACC; }
a { background-color: rgb(214,74,204); }
div.DivClassName
{
background-color: #D64ACC;
}
.BgClassName
{
background-color: #D64ACC;
}
</style>
border-color css
<style>
span { border-color: #D64ACC; }
span { border-color: rgb(214,74,204); }
td.TdClassName
{
border-color: #D64ACC;
}
.TagClassName
{
border-color: #D64ACC;
}
</style>