Html Css Color HEX #DA62D3 Free Speech Magenta
📋 copy color: '#DA62D3'red 218 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #DA62D3
Tints of Free Speech Magenta #DA62D3
RGB
CMYK
RGB Variations
Color information
#DA62D3 (or 0xDA62D3) is known color: Free Speech Magenta. HEX triplet: DA, 62 and D3. RGB value is (218,98,211). Sum of RGB (Red+Green+Blue) = 218+98+211=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62D3 is #259D2C. Grayscale: #929292. Windows color (decimal): -2465069 or 13853402. OLE color: 13853402.
HSL color Cylindrical-coordinate representation of color #DA62D3: hue angle of 303.5º 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 #DA62D3 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 211 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.15 |
| HSL | 303.5º | 0.62% | 0.62% | - |
| HSV(B) | 303.5º | 0.55% | 0.85% | - |
| XYZ | 45.04 | 28.34 | 64.73 | - |
| YUV | 146.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 211 | 0 | 0.55 | 0.03 | 0.15 | 303.5 | 0.62 | 0.62 |
| Hex | DA | 62 | D3 | 0 | 37 | 3 | F | 130 | 3E | 3E |
| Octal | 332 | 142 | 323 | 0 | 67 | 3 | 17 | 460 | 76 | 76 |
| Binary | 11011010 | 1100010 | 11010011 | 0 | 110111 | 11 | 1111 | 100110000 | 111110 | 111110 |
Color Harmonies of #DA62D3
Complementary color
Monochromatic Colors of #DA62D3
Black with #DA62D3
Text Example
Text Example
White with #DA62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62D3; }
p { color: rgb(218,98,211); }
H1.HeaderClassName
{
color: #DA62D3;
}
.AnyTagClassName
{
color: #DA62D3;
}
</style>
background-color css
<style>
a { background-color: #DA62D3; }
a { background-color: rgb(218,98,211); }
div.DivClassName
{
background-color: #DA62D3;
}
.BgClassName
{
background-color: #DA62D3;
}
</style>
border-color css
<style>
span { border-color: #DA62D3; }
span { border-color: rgb(218,98,211); }
td.TdClassName
{
border-color: #DA62D3;
}
.TagClassName
{
border-color: #DA62D3;
}
</style>