Html Css Color HEX #DA42CE Free Speech Magenta
📋 copy color: '#DA42CE'red 218 ◦ green 66 ◦ blue 206
Shades of Free Speech Magenta #DA42CE
Tints of Free Speech Magenta #DA42CE
RGB
CMYK
RGB Variations
Color information
#DA42CE (or 0xDA42CE) is known color: Free Speech Magenta. HEX triplet: DA, 42 and CE. RGB value is (218,66,206). Sum of RGB (Red+Green+Blue) = 218+66+206=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42CE is #25BD31. Grayscale: #7E7E7E. Windows color (decimal): -2473266 or 13517530. OLE color: 13517530.
HSL color Cylindrical-coordinate representation of color #DA42CE: hue angle of 304.74º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA42CE is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 206 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.15 |
| HSL | 304.74º | 0.67% | 0.56% | - |
| HSV(B) | 304.74º | 0.7% | 0.85% | - |
| XYZ | 42 | 23.26 | 60.67 | - |
| YUV | 127.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 206 | 0 | 0.70 | 0.06 | 0.15 | 304.74 | 0.67 | 0.56 |
| Hex | DA | 42 | CE | 0 | 46 | 6 | F | 131 | 43 | 38 |
| Octal | 332 | 102 | 316 | 0 | 106 | 6 | 17 | 461 | 103 | 70 |
| Binary | 11011010 | 1000010 | 11001110 | 0 | 1000110 | 110 | 1111 | 100110001 | 1000011 | 111000 |
Color Harmonies of #DA42CE
Complementary color
Monochromatic Colors of #DA42CE
Black with #DA42CE
Text Example
Text Example
White with #DA42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA42CE; }
p { color: rgb(218,66,206); }
H1.HeaderClassName
{
color: #DA42CE;
}
.AnyTagClassName
{
color: #DA42CE;
}
</style>
background-color css
<style>
a { background-color: #DA42CE; }
a { background-color: rgb(218,66,206); }
div.DivClassName
{
background-color: #DA42CE;
}
.BgClassName
{
background-color: #DA42CE;
}
</style>
border-color css
<style>
span { border-color: #DA42CE; }
span { border-color: rgb(218,66,206); }
td.TdClassName
{
border-color: #DA42CE;
}
.TagClassName
{
border-color: #DA42CE;
}
</style>