Html Css Color HEX #DA62C8 Free Speech Magenta
📋 copy color: '#DA62C8'red 218 ◦ green 98 ◦ blue 200
Shades of Free Speech Magenta #DA62C8
Tints of Free Speech Magenta #DA62C8
RGB
CMYK
RGB Variations
Color information
#DA62C8 (or 0xDA62C8) is known color: Free Speech Magenta. HEX triplet: DA, 62 and C8. RGB value is (218,98,200). Sum of RGB (Red+Green+Blue) = 218+98+200=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62C8 is #259D37. Grayscale: #919191. Windows color (decimal): -2465080 or 13132506. OLE color: 13132506.
HSL color Cylindrical-coordinate representation of color #DA62C8: hue angle of 309º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62C8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 200 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.15 |
| HSL | 309º | 0.62% | 0.62% | - |
| HSV(B) | 309º | 0.55% | 0.85% | - |
| XYZ | 43.71 | 27.81 | 57.71 | - |
| YUV | 145.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 200 | 0 | 0.55 | 0.08 | 0.15 | 309 | 0.62 | 0.62 |
| Hex | DA | 62 | C8 | 0 | 37 | 8 | F | 135 | 3E | 3E |
| Octal | 332 | 142 | 310 | 0 | 67 | 10 | 17 | 465 | 76 | 76 |
| Binary | 11011010 | 1100010 | 11001000 | 0 | 110111 | 1000 | 1111 | 100110101 | 111110 | 111110 |
Color Harmonies of #DA62C8
Complementary color
Monochromatic Colors of #DA62C8
Black with #DA62C8
Text Example
Text Example
White with #DA62C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62C8; }
p { color: rgb(218,98,200); }
H1.HeaderClassName
{
color: #DA62C8;
}
.AnyTagClassName
{
color: #DA62C8;
}
</style>
background-color css
<style>
a { background-color: #DA62C8; }
a { background-color: rgb(218,98,200); }
div.DivClassName
{
background-color: #DA62C8;
}
.BgClassName
{
background-color: #DA62C8;
}
</style>
border-color css
<style>
span { border-color: #DA62C8; }
span { border-color: rgb(218,98,200); }
td.TdClassName
{
border-color: #DA62C8;
}
.TagClassName
{
border-color: #DA62C8;
}
</style>