Html Css Color HEX #DA62D2 Free Speech Magenta
📋 copy color: '#DA62D2'red 218 ◦ green 98 ◦ blue 210
Shades of Free Speech Magenta #DA62D2
Tints of Free Speech Magenta #DA62D2
RGB
CMYK
RGB Variations
Color information
#DA62D2 (or 0xDA62D2) is known color: Free Speech Magenta. HEX triplet: DA, 62 and D2. RGB value is (218,98,210). Sum of RGB (Red+Green+Blue) = 218+98+210=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62D2 is #259D2D. Grayscale: #929292. Windows color (decimal): -2465070 or 13787866. OLE color: 13787866.
HSL color Cylindrical-coordinate representation of color #DA62D2: hue angle of 304º 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 #DA62D2 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 210 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.15 |
| HSL | 304º | 0.62% | 0.62% | - |
| HSV(B) | 304º | 0.55% | 0.85% | - |
| XYZ | 44.91 | 28.29 | 64.07 | - |
| YUV | 146.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 210 | 0 | 0.55 | 0.04 | 0.15 | 304 | 0.62 | 0.62 |
| Hex | DA | 62 | D2 | 0 | 37 | 4 | F | 130 | 3E | 3E |
| Octal | 332 | 142 | 322 | 0 | 67 | 4 | 17 | 460 | 76 | 76 |
| Binary | 11011010 | 1100010 | 11010010 | 0 | 110111 | 100 | 1111 | 100110000 | 111110 | 111110 |
Color Harmonies of #DA62D2
Complementary color
Monochromatic Colors of #DA62D2
Black with #DA62D2
Text Example
Text Example
White with #DA62D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62D2; }
p { color: rgb(218,98,210); }
H1.HeaderClassName
{
color: #DA62D2;
}
.AnyTagClassName
{
color: #DA62D2;
}
</style>
background-color css
<style>
a { background-color: #DA62D2; }
a { background-color: rgb(218,98,210); }
div.DivClassName
{
background-color: #DA62D2;
}
.BgClassName
{
background-color: #DA62D2;
}
</style>
border-color css
<style>
span { border-color: #DA62D2; }
span { border-color: rgb(218,98,210); }
td.TdClassName
{
border-color: #DA62D2;
}
.TagClassName
{
border-color: #DA62D2;
}
</style>