Html Css Color HEX #DC60D2 Free Speech Magenta
📋 copy color: '#DC60D2'red 220 ◦ green 96 ◦ blue 210
Shades of Free Speech Magenta #DC60D2
Tints of Free Speech Magenta #DC60D2
RGB
CMYK
RGB Variations
Color information
#DC60D2 (or 0xDC60D2) is known color: Free Speech Magenta. HEX triplet: DC, 60 and D2. RGB value is (220,96,210). Sum of RGB (Red+Green+Blue) = 220+96+210=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60D2 is #239F2D. Grayscale: #919191. Windows color (decimal): -2334510 or 13787356. OLE color: 13787356.
HSL color Cylindrical-coordinate representation of color #DC60D2: hue angle of 304.84º 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 #DC60D2 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 210 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.14 |
| HSL | 304.84º | 0.64% | 0.62% | - |
| HSV(B) | 304.84º | 0.56% | 0.86% | - |
| XYZ | 45.33 | 28.23 | 64.03 | - |
| YUV | 146.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 210 | 0 | 0.56 | 0.05 | 0.14 | 304.84 | 0.64 | 0.62 |
| Hex | DC | 60 | D2 | 0 | 38 | 5 | E | 131 | 40 | 3E |
| Octal | 334 | 140 | 322 | 0 | 70 | 5 | 16 | 461 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11010010 | 0 | 111000 | 101 | 1110 | 100110001 | 1000000 | 111110 |
Color Harmonies of #DC60D2
Complementary color
Monochromatic Colors of #DC60D2
Black with #DC60D2
Text Example
Text Example
White with #DC60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60D2; }
p { color: rgb(220,96,210); }
H1.HeaderClassName
{
color: #DC60D2;
}
.AnyTagClassName
{
color: #DC60D2;
}
</style>
background-color css
<style>
a { background-color: #DC60D2; }
a { background-color: rgb(220,96,210); }
div.DivClassName
{
background-color: #DC60D2;
}
.BgClassName
{
background-color: #DC60D2;
}
</style>
border-color css
<style>
span { border-color: #DC60D2; }
span { border-color: rgb(220,96,210); }
td.TdClassName
{
border-color: #DC60D2;
}
.TagClassName
{
border-color: #DC60D2;
}
</style>