Html Css Color HEX #DC60D0 Free Speech Magenta
📋 copy color: '#DC60D0'red 220 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #DC60D0
Tints of Free Speech Magenta #DC60D0
RGB
CMYK
RGB Variations
Color information
#DC60D0 (or 0xDC60D0) is known color: Free Speech Magenta. HEX triplet: DC, 60 and D0. RGB value is (220,96,208). Sum of RGB (Red+Green+Blue) = 220+96+208=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60D0 is #239F2F. Grayscale: #919191. Windows color (decimal): -2334512 or 13656284. OLE color: 13656284.
HSL color Cylindrical-coordinate representation of color #DC60D0: hue angle of 305.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC60D0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 208 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.14 |
| HSL | 305.81º | 0.64% | 0.62% | - |
| HSV(B) | 305.81º | 0.56% | 0.86% | - |
| XYZ | 45.08 | 28.14 | 62.73 | - |
| YUV | 145.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 208 | 0 | 0.56 | 0.05 | 0.14 | 305.81 | 0.64 | 0.62 |
| Hex | DC | 60 | D0 | 0 | 38 | 5 | E | 132 | 40 | 3E |
| Octal | 334 | 140 | 320 | 0 | 70 | 5 | 16 | 462 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11010000 | 0 | 111000 | 101 | 1110 | 100110010 | 1000000 | 111110 |
Color Harmonies of #DC60D0
Complementary color
Monochromatic Colors of #DC60D0
Black with #DC60D0
Text Example
Text Example
White with #DC60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60D0; }
p { color: rgb(220,96,208); }
H1.HeaderClassName
{
color: #DC60D0;
}
.AnyTagClassName
{
color: #DC60D0;
}
</style>
background-color css
<style>
a { background-color: #DC60D0; }
a { background-color: rgb(220,96,208); }
div.DivClassName
{
background-color: #DC60D0;
}
.BgClassName
{
background-color: #DC60D0;
}
</style>
border-color css
<style>
span { border-color: #DC60D0; }
span { border-color: rgb(220,96,208); }
td.TdClassName
{
border-color: #DC60D0;
}
.TagClassName
{
border-color: #DC60D0;
}
</style>