Html Css Color HEX #DA46C6 Free Speech Magenta
📋 copy color: '#DA46C6'red 218 ◦ green 70 ◦ blue 198
Shades of Free Speech Magenta #DA46C6
Tints of Free Speech Magenta #DA46C6
RGB
CMYK
RGB Variations
Color information
#DA46C6 (or 0xDA46C6) is known color: Free Speech Magenta. HEX triplet: DA, 46 and C6. RGB value is (218,70,198). Sum of RGB (Red+Green+Blue) = 218+70+198=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA46C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA46C6 is #25B939. Grayscale: #808080. Windows color (decimal): -2472250 or 12994266. OLE color: 12994266.
HSL color Cylindrical-coordinate representation of color #DA46C6: hue angle of 308.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA46C6 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 198 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.15 |
| HSL | 308.11º | 0.67% | 0.56% | - |
| HSV(B) | 308.11º | 0.68% | 0.85% | - |
| XYZ | 41.3 | 23.36 | 55.76 | - |
| YUV | 128.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 198 | 0 | 0.68 | 0.09 | 0.15 | 308.11 | 0.67 | 0.56 |
| Hex | DA | 46 | C6 | 0 | 44 | 9 | F | 134 | 43 | 38 |
| Octal | 332 | 106 | 306 | 0 | 104 | 11 | 17 | 464 | 103 | 70 |
| Binary | 11011010 | 1000110 | 11000110 | 0 | 1000100 | 1001 | 1111 | 100110100 | 1000011 | 111000 |
Color Harmonies of #DA46C6
Complementary color
Monochromatic Colors of #DA46C6
Black with #DA46C6
Text Example
Text Example
White with #DA46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46C6; }
p { color: rgb(218,70,198); }
H1.HeaderClassName
{
color: #DA46C6;
}
.AnyTagClassName
{
color: #DA46C6;
}
</style>
background-color css
<style>
a { background-color: #DA46C6; }
a { background-color: rgb(218,70,198); }
div.DivClassName
{
background-color: #DA46C6;
}
.BgClassName
{
background-color: #DA46C6;
}
</style>
border-color css
<style>
span { border-color: #DA46C6; }
span { border-color: rgb(218,70,198); }
td.TdClassName
{
border-color: #DA46C6;
}
.TagClassName
{
border-color: #DA46C6;
}
</style>