Html Css Color HEX #DA46DB Free Speech Magenta
📋 copy color: '#DA46DB'red 218 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #DA46DB
Tints of Free Speech Magenta #DA46DB
RGB
CMYK
RGB Variations
Color information
#DA46DB (or 0xDA46DB) is known color: Free Speech Magenta. HEX triplet: DA, 46 and DB. RGB value is (218,70,219). Sum of RGB (Red+Green+Blue) = 218+70+219=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA46DB is #25B924. Grayscale: #828282. Windows color (decimal): -2472229 or 14370522. OLE color: 14370522.
HSL color Cylindrical-coordinate representation of color #DA46DB: hue angle of 299.6º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA46DB is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 70 | 219 | - |
CMYK | 0.00 | 0.68 | 0 | 0.14 |
HSL | 299.6º | 0.67% | 0.57% | - |
HSV(B) | 299.6º | 0.68% | 0.86% | - |
XYZ | 43.89 | 24.4 | 69.41 | - |
YUV | 131.24 | 177.53 | 189.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 70 | 219 | 0.00 | 0.68 | 0 | 0.14 | 299.6 | 0.67 | 0.57 |
Hex | DA | 46 | DB | 0 | 44 | 0 | E | 12C | 43 | 39 |
Octal | 332 | 106 | 333 | 0 | 104 | 0 | 16 | 454 | 103 | 71 |
Binary | 11011010 | 1000110 | 11011011 | 0 | 1000100 | 0 | 1110 | 100101100 | 1000011 | 111001 |
Color Harmonies of #DA46DB
Complementary color
Monochromatic Colors of #DA46DB
Black with #DA46DB
Text Example
Text Example
White with #DA46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46DB; }
p { color: rgb(218,70,219); }
H1.HeaderClassName
{
color: #DA46DB;
}
.AnyTagClassName
{
color: #DA46DB;
}
</style>
background-color css
<style>
a { background-color: #DA46DB; }
a { background-color: rgb(218,70,219); }
div.DivClassName
{
background-color: #DA46DB;
}
.BgClassName
{
background-color: #DA46DB;
}
</style>
border-color css
<style>
span { border-color: #DA46DB; }
span { border-color: rgb(218,70,219); }
td.TdClassName
{
border-color: #DA46DB;
}
.TagClassName
{
border-color: #DA46DB;
}
</style>