Html Css Color HEX #DA4AD5 Free Speech Magenta
📋 copy color: '#DA4AD5'red 218 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #DA4AD5
Tints of Free Speech Magenta #DA4AD5
RGB
CMYK
RGB Variations
Color information
#DA4AD5 (or 0xDA4AD5) is known color: Free Speech Magenta. HEX triplet: DA, 4A and D5. RGB value is (218,74,213). Sum of RGB (Red+Green+Blue) = 218+74+213=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AD5 is #25B52A. Grayscale: #848484. Windows color (decimal): -2471211 or 13978330. OLE color: 13978330.
HSL color Cylindrical-coordinate representation of color #DA4AD5: hue angle of 302.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AD5 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 74 | 213 | - |
CMYK | 0 | 0.66 | 0.02 | 0.15 |
HSL | 302.08º | 0.66% | 0.57% | - |
HSV(B) | 302.08º | 0.66% | 0.85% | - |
XYZ | 43.37 | 24.61 | 65.41 | - |
YUV | 132.9 | 173.21 | 188.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 74 | 213 | 0 | 0.66 | 0.02 | 0.15 | 302.08 | 0.66 | 0.57 |
Hex | DA | 4A | D5 | 0 | 42 | 2 | F | 12E | 42 | 39 |
Octal | 332 | 112 | 325 | 0 | 102 | 2 | 17 | 456 | 102 | 71 |
Binary | 11011010 | 1001010 | 11010101 | 0 | 1000010 | 10 | 1111 | 100101110 | 1000010 | 111001 |
Color Harmonies of #DA4AD5
Complementary color
Monochromatic Colors of #DA4AD5
Black with #DA4AD5
Text Example
Text Example
White with #DA4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AD5; }
p { color: rgb(218,74,213); }
H1.HeaderClassName
{
color: #DA4AD5;
}
.AnyTagClassName
{
color: #DA4AD5;
}
</style>
background-color css
<style>
a { background-color: #DA4AD5; }
a { background-color: rgb(218,74,213); }
div.DivClassName
{
background-color: #DA4AD5;
}
.BgClassName
{
background-color: #DA4AD5;
}
</style>
border-color css
<style>
span { border-color: #DA4AD5; }
span { border-color: rgb(218,74,213); }
td.TdClassName
{
border-color: #DA4AD5;
}
.TagClassName
{
border-color: #DA4AD5;
}
</style>