Html Css Color HEX #DA60D2 Free Speech Magenta
📋 copy color: '#DA60D2'red 218 ◦ green 96 ◦ blue 210
Shades of Free Speech Magenta #DA60D2
Tints of Free Speech Magenta #DA60D2
RGB
CMYK
RGB Variations
Color information
#DA60D2 (or 0xDA60D2) is known color: Free Speech Magenta. HEX triplet: DA, 60 and D2. RGB value is (218,96,210). Sum of RGB (Red+Green+Blue) = 218+96+210=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60D2 is #259F2D. Grayscale: #919191. Windows color (decimal): -2465582 or 13787354. OLE color: 13787354.
HSL color Cylindrical-coordinate representation of color #DA60D2: hue angle of 303.93º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60D2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 210 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.15 |
| HSL | 303.93º | 0.62% | 0.62% | - |
| HSV(B) | 303.93º | 0.56% | 0.85% | - |
| XYZ | 44.73 | 27.92 | 64.01 | - |
| YUV | 145.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 210 | 0 | 0.56 | 0.04 | 0.15 | 303.93 | 0.62 | 0.62 |
| Hex | DA | 60 | D2 | 0 | 38 | 4 | F | 130 | 3E | 3E |
| Octal | 332 | 140 | 322 | 0 | 70 | 4 | 17 | 460 | 76 | 76 |
| Binary | 11011010 | 1100000 | 11010010 | 0 | 111000 | 100 | 1111 | 100110000 | 111110 | 111110 |
Color Harmonies of #DA60D2
Complementary color
Monochromatic Colors of #DA60D2
Black with #DA60D2
Text Example
Text Example
White with #DA60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60D2; }
p { color: rgb(218,96,210); }
H1.HeaderClassName
{
color: #DA60D2;
}
.AnyTagClassName
{
color: #DA60D2;
}
</style>
background-color css
<style>
a { background-color: #DA60D2; }
a { background-color: rgb(218,96,210); }
div.DivClassName
{
background-color: #DA60D2;
}
.BgClassName
{
background-color: #DA60D2;
}
</style>
border-color css
<style>
span { border-color: #DA60D2; }
span { border-color: rgb(218,96,210); }
td.TdClassName
{
border-color: #DA60D2;
}
.TagClassName
{
border-color: #DA60D2;
}
</style>