Html Css Color HEX #D64AD0 Free Speech Magenta
📋 copy color: '#D64AD0'red 214 ◦ green 74 ◦ blue 208
Shades of Free Speech Magenta #D64AD0
Tints of Free Speech Magenta #D64AD0
RGB
CMYK
RGB Variations
Color information
#D64AD0 (or 0xD64AD0) is known color: Free Speech Magenta. HEX triplet: D6, 4A and D0. RGB value is (214,74,208). Sum of RGB (Red+Green+Blue) = 214+74+208=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AD0 is #29B52F. Grayscale: #828282. Windows color (decimal): -2733360 or 13650646. OLE color: 13650646.
HSL color Cylindrical-coordinate representation of color #D64AD0: hue angle of 302.57º 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 #D64AD0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 208 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.16 |
| HSL | 302.57º | 0.63% | 0.56% | - |
| HSV(B) | 302.57º | 0.65% | 0.84% | - |
| XYZ | 41.57 | 23.75 | 62.07 | - |
| YUV | 131.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 208 | 0 | 0.65 | 0.03 | 0.16 | 302.57 | 0.63 | 0.56 |
| Hex | D6 | 4A | D0 | 0 | 41 | 3 | 10 | 12F | 3F | 38 |
| Octal | 326 | 112 | 320 | 0 | 101 | 3 | 20 | 457 | 77 | 70 |
| Binary | 11010110 | 1001010 | 11010000 | 0 | 1000001 | 11 | 10000 | 100101111 | 111111 | 111000 |
Color Harmonies of #D64AD0
Complementary color
Monochromatic Colors of #D64AD0
Black with #D64AD0
Text Example
Text Example
White with #D64AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AD0; }
p { color: rgb(214,74,208); }
H1.HeaderClassName
{
color: #D64AD0;
}
.AnyTagClassName
{
color: #D64AD0;
}
</style>
background-color css
<style>
a { background-color: #D64AD0; }
a { background-color: rgb(214,74,208); }
div.DivClassName
{
background-color: #D64AD0;
}
.BgClassName
{
background-color: #D64AD0;
}
</style>
border-color css
<style>
span { border-color: #D64AD0; }
span { border-color: rgb(214,74,208); }
td.TdClassName
{
border-color: #D64AD0;
}
.TagClassName
{
border-color: #D64AD0;
}
</style>