Html Css Color HEX #DA4ADB Free Speech Magenta
📋 copy color: '#DA4ADB'red 218 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #DA4ADB
Tints of Free Speech Magenta #DA4ADB
RGB
CMYK
RGB Variations
Color information
#DA4ADB (or 0xDA4ADB) is known color: Free Speech Magenta. HEX triplet: DA, 4A and DB. RGB value is (218,74,219). Sum of RGB (Red+Green+Blue) = 218+74+219=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4ADB is #25B524. Grayscale: #858585. Windows color (decimal): -2471205 or 14371546. OLE color: 14371546.
HSL color Cylindrical-coordinate representation of color #DA4ADB: hue angle of 299.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4ADB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 74 | 219 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.14 |
| HSL | 299.59º | 0.67% | 0.57% | - |
| HSV(B) | 299.59º | 0.66% | 0.86% | - |
| XYZ | 44.15 | 24.92 | 69.5 | - |
| YUV | 133.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 219 | 0.00 | 0.66 | 0 | 0.14 | 299.59 | 0.67 | 0.57 |
| Hex | DA | 4A | DB | 0 | 42 | 0 | E | 12C | 43 | 39 |
| Octal | 332 | 112 | 333 | 0 | 102 | 0 | 16 | 454 | 103 | 71 |
| Binary | 11011010 | 1001010 | 11011011 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000011 | 111001 |
Color Harmonies of #DA4ADB
Complementary color
Monochromatic Colors of #DA4ADB
Black with #DA4ADB
Text Example
Text Example
White with #DA4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4ADB; }
p { color: rgb(218,74,219); }
H1.HeaderClassName
{
color: #DA4ADB;
}
.AnyTagClassName
{
color: #DA4ADB;
}
</style>
background-color css
<style>
a { background-color: #DA4ADB; }
a { background-color: rgb(218,74,219); }
div.DivClassName
{
background-color: #DA4ADB;
}
.BgClassName
{
background-color: #DA4ADB;
}
</style>
border-color css
<style>
span { border-color: #DA4ADB; }
span { border-color: rgb(218,74,219); }
td.TdClassName
{
border-color: #DA4ADB;
}
.TagClassName
{
border-color: #DA4ADB;
}
</style>