Html Css Color HEX #D64ACE Free Speech Magenta
📋 copy color: '#D64ACE'red 214 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #D64ACE
Tints of Free Speech Magenta #D64ACE
RGB
CMYK
RGB Variations
Color information
#D64ACE (or 0xD64ACE) is known color: Free Speech Magenta. HEX triplet: D6, 4A and CE. RGB value is (214,74,206). Sum of RGB (Red+Green+Blue) = 214+74+206=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ACE is #29B531. Grayscale: #828282. Windows color (decimal): -2733362 or 13519574. OLE color: 13519574.
HSL color Cylindrical-coordinate representation of color #D64ACE: hue angle of 303.43º 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 #D64ACE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 206 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.16 |
| HSL | 303.43º | 0.63% | 0.56% | - |
| HSV(B) | 303.43º | 0.65% | 0.84% | - |
| XYZ | 41.32 | 23.65 | 60.78 | - |
| YUV | 130.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 206 | 0 | 0.65 | 0.04 | 0.16 | 303.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | CE | 0 | 41 | 4 | 10 | 12F | 3F | 38 |
| Octal | 326 | 112 | 316 | 0 | 101 | 4 | 20 | 457 | 77 | 70 |
| Binary | 11010110 | 1001010 | 11001110 | 0 | 1000001 | 100 | 10000 | 100101111 | 111111 | 111000 |
Color Harmonies of #D64ACE
Complementary color
Monochromatic Colors of #D64ACE
Black with #D64ACE
Text Example
Text Example
White with #D64ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ACE; }
p { color: rgb(214,74,206); }
H1.HeaderClassName
{
color: #D64ACE;
}
.AnyTagClassName
{
color: #D64ACE;
}
</style>
background-color css
<style>
a { background-color: #D64ACE; }
a { background-color: rgb(214,74,206); }
div.DivClassName
{
background-color: #D64ACE;
}
.BgClassName
{
background-color: #D64ACE;
}
</style>
border-color css
<style>
span { border-color: #D64ACE; }
span { border-color: rgb(214,74,206); }
td.TdClassName
{
border-color: #D64ACE;
}
.TagClassName
{
border-color: #D64ACE;
}
</style>