#DC60DD

Color #DC60DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC60DD

Tints of Free Speech Magenta #DC60DD

Color information

#DC60DD (or 0xDC60DD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 60 and DD. RGB value is (220,96,221). Sum of RGB (Red+Green+Blue) = 220+96+221=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60DD is #239F22. Grayscale: #929292. Windows color (decimal): -2334499 or 14508252. OLE color: 14508252.

HSL color Cylindrical-coordinate representation of color #DC60DD: hue angle of 299.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC60DD is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22096221-
CMYK0.000.5700.13
HSL299.52º64.77%62.16%-
HSV(B)299.52º56.56%86.67%-
XYZ46.7528.871.5-
YUV147.33169.58179.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=40.97%
G=17.88%
B=41.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220962210.000.5700.13299.5264.7762.16
HexDC60DD0390D12c413e
Octal33414033507101545410176
Binary110111001100000110111010111001011011001011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60DD; }

 p { color: rgb(220,96,221); }

 H1.HeaderClassName
 {
   color: #DC60DD;
 }
 .AnyTagClassName
 {
   color: #DC60DD;
 }
</style>
background-color css

<style>
 a { background-color: #DC60DD; }

 a { background-color: rgb(220,96,221); }

 div.DivClassName
 {
   background-color: #DC60DD;
 }
 .BgClassName
 {
   background-color: #DC60DD;
 }
</style>
border-color css

<style>
 span { border-color: #DC60DD; }

 span { border-color: rgb(220,96,221); }

 td.TdClassName
 {
   border-color: #DC60DD;
 }
 .TagClassName
 {
   border-color: #DC60DD;
 }
</style>