Html Css Color HEX #D64ADC Free Speech Magenta
📋 copy color: '#D64ADC'red 214 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D64ADC
Tints of Free Speech Magenta #D64ADC
RGB
CMYK
RGB Variations
Color information
#D64ADC (or 0xD64ADC) is known color: Free Speech Magenta. HEX triplet: D6, 4A and DC. RGB value is (214,74,220). Sum of RGB (Red+Green+Blue) = 214+74+220=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #D64ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADC is #29B523. Grayscale: #848484. Windows color (decimal): -2733348 or 14437078. OLE color: 14437078.
HSL color Cylindrical-coordinate representation of color #D64ADC: hue angle of 297.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64ADC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 74 | 220 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.14 |
| HSL | 297.53º | 0.68% | 0.58% | - |
| HSV(B) | 297.53º | 0.66% | 0.86% | - |
| XYZ | 43.1 | 24.36 | 70.14 | - |
| YUV | 132.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 220 | 0.03 | 0.66 | 0 | 0.14 | 297.53 | 0.68 | 0.58 |
| Hex | D6 | 4A | DC | 3 | 42 | 0 | E | 12A | 44 | 3A |
| Octal | 326 | 112 | 334 | 3 | 102 | 0 | 16 | 452 | 104 | 72 |
| Binary | 11010110 | 1001010 | 11011100 | 11 | 1000010 | 0 | 1110 | 100101010 | 1000100 | 111010 |
Color Harmonies of #D64ADC
Complementary color
Monochromatic Colors of #D64ADC
Black with #D64ADC
Text Example
Text Example
White with #D64ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64ADC; }
p { color: rgb(214,74,220); }
H1.HeaderClassName
{
color: #D64ADC;
}
.AnyTagClassName
{
color: #D64ADC;
}
</style>
background-color css
<style>
a { background-color: #D64ADC; }
a { background-color: rgb(214,74,220); }
div.DivClassName
{
background-color: #D64ADC;
}
.BgClassName
{
background-color: #D64ADC;
}
</style>
border-color css
<style>
span { border-color: #D64ADC; }
span { border-color: rgb(214,74,220); }
td.TdClassName
{
border-color: #D64ADC;
}
.TagClassName
{
border-color: #D64ADC;
}
</style>